Html Css Color HEX #399EFE Dodger Blue

📋 copy color: '#399EFE'

red 57 ◦ green 158 ◦ blue 254

#399EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #399EFE

Tints of Dodger Blue #399EFE

RGB

 RED value IS 57 (22.66% from 255) = 12.15%

 GREEN value IS 158 (62.11% from 255) = 33.69%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 12.15%
G = 33.69%
B = 54.16%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#399EFE (or 0x399EFE) is known color: Dodger Blue. HEX triplet: 39, 9E and FE. RGB value is (57,158,254). Sum of RGB (Red+Green+Blue) = 57+158+254=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #399EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399EFE is #C66101. Grayscale: #8A8A8A. Windows color (decimal): -13000962 or 16686649. OLE color: 16686649.

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

Color convert

RGB 57 158 254 -
CMYK 0.78 0.38 0 0.00
HSL 209.24º 0.99% 0.61% -
HSV(B) 209.24º 0.78% 1% -
XYZ 31.8 32.48 98.36 -
YUV 138.75 193.04 69.69 -
System Red Green Blue C M Y K H S L
Decimal 57 158 254 0.78 0.38 0 0.00 209.24 0.99 0.61
Hex 39 9E FE 4E 26 0 0 D1 63 3D
Octal 71 236 376 116 46 0 0 321 143 75
Binary 111001 10011110 11111110 1001110 100110 0 0 11010001 1100011 111101

Color Harmonies of #399EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399EFE

Black with #399EFE

Text Example


Text Example

White with #399EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #399EFE;
 }
 .AnyTagClassName
 {
   color: #399EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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