Html Css Color HEX #399CFC Dodger Blue

📋 copy color: '#399CFC'

red 57 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #399CFC

Tints of Dodger Blue #399CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 12.26%
G = 33.55%
B = 54.19%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#399CFC (or 0x399CFC) is known color: Dodger Blue. HEX triplet: 39, 9C and FC. RGB value is (57,156,252). Sum of RGB (Red+Green+Blue) = 57+156+252=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #399CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399CFC is #C66303. Grayscale: #888888. Windows color (decimal): -13001476 or 16555065. OLE color: 16555065.

HSL color Cylindrical-coordinate representation of color #399CFC: hue angle of 209.54º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #399CFC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 156 252 -
CMYK 0.77 0.38 0 0.01
HSL 209.54º 0.97% 0.61% -
HSV(B) 209.54º 0.77% 0.99% -
XYZ 31.15 31.68 96.57 -
YUV 137.34 192.7 70.69 -
System Red Green Blue C M Y K H S L
Decimal 57 156 252 0.77 0.38 0 0.01 209.54 0.97 0.61
Hex 39 9C FC 4D 26 0 1 D2 61 3D
Octal 71 234 374 115 46 0 1 322 141 75
Binary 111001 10011100 11111100 1001101 100110 0 1 11010010 1100001 111101

Color Harmonies of #399CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399CFC

Black with #399CFC

Text Example


Text Example

White with #399CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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