#399CFE

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

Shades of Dodger Blue #399CFE

Tints of Dodger Blue #399CFE

Color information

#399CFE (or 0x399CFE) is unknown color: approx Dodger Blue. HEX triplet: 39, 9C and FE. RGB value is (57,156,254). Sum of RGB (Red+Green+Blue) = 57+156+254=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #399CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399CFE is #C66301. Grayscale: #898989. Windows color (decimal): -13001474 or 16686137. OLE color: 16686137.

HSL color Cylindrical-coordinate representation of color #399CFE: hue angle of 209.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #399CFE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB57156254-
CMYK0.780.3900.00
HSL209.85º98.99%60.98%-
HSV(B)209.85º77.56%99.61%-
XYZ31.4731.898.25-
YUV137.57193.770.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.21%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 254 (99.61% from 255) = 54.39%
R=12.21%
G=33.40%
B=54.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal571562540.780.3900.00209.8598.9960.98
Hex399CFE4E2700d2633d
Octal71234376116470032214375
Binary1110011001110011111110100111010011100110100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399CFE; }

 p { color: rgb(57,156,254); }

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

<style>
 a { background-color: #399CFE; }

 a { background-color: rgb(57,156,254); }

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

<style>
 span { border-color: #399CFE; }

 span { border-color: rgb(57,156,254); }

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