#398cf1

Color #398CF1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #398CF1

Tints of Dodger Blue #398CF1

Color information

#398CF1 (or 0x398CF1) is unknown color: approx Dodger Blue. HEX triplet: 39, 8C and F1. RGB value is (57,140,241). Sum of RGB (Red+Green+Blue) = 57+140+241=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #398CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398CF1 is #C6730E. Grayscale: #7E7E7E. Windows color (decimal): -13005583 or 15830073. OLE color: 15830073.

HSL color Cylindrical-coordinate representation of color #398CF1: hue angle of 212.93º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398CF1 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB57140241-
CMYK0.760.4200.05
HSL212.93º86.79%58.43%-
HSV(B)212.93º76.35%94.51%-
XYZ26.9425.9886.81-
YUV126.7192.578.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 13.01%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 241 (94.53% from 255) = 55.02%
R=13.01%
G=31.96%
B=55.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal571402410.760.4200.05212.9386.7958.43
Hex398CF14C2A05d5573a
Octal71214361114520532512772
Binary111001100011001111000110011001010100101110101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398cf1; }

 p { color: rgb(57,140,241); }

 H1.HeaderClassName
 {
   color: #398cf1;
 }
 .AnyTagClassName
 {
   color: #398cf1;
 }
</style>
background-color css

<style>
 a { background-color: #398cf1; }

 a { background-color: rgb(57,140,241); }

 div.DivClassName
 {
   background-color: #398cf1;
 }
 .BgClassName
 {
   background-color: #398cf1;
 }
</style>
border-color css

<style>
 span { border-color: #398cf1; }

 span { border-color: rgb(57,140,241); }

 td.TdClassName
 {
   border-color: #398cf1;
 }
 .TagClassName
 {
   border-color: #398cf1;
 }
</style>