#399AFE

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

Shades of Dodger Blue #399AFE

Tints of Dodger Blue #399AFE

Color information

#399AFE (or 0x399AFE) is unknown color: approx Dodger Blue. HEX triplet: 39, 9A and FE. RGB value is (57,154,254). Sum of RGB (Red+Green+Blue) = 57+154+254=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #399AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399AFE is #C66501. Grayscale: #878787. Windows color (decimal): -13001986 or 16685625. OLE color: 16685625.

HSL color Cylindrical-coordinate representation of color #399AFE: hue angle of 210.46º 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 #399AFE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB57154254-
CMYK0.780.3900.00
HSL210.46º98.99%60.98%-
HSV(B)210.46º77.56%99.61%-
XYZ31.1331.1498.14-
YUV136.4194.3671.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.26%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 254 (99.61% from 255) = 54.62%
R=12.26%
G=33.12%
B=54.62%

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
Decimal571542540.780.3900.00210.4698.9960.98
Hex399AFE4E2700d2633d
Octal71232376116470032214375
Binary1110011001101011111110100111010011100110100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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