Html Css Color HEX #2078DF Dodger Blue

📋 copy color: '#2078DF'

red 32 ◦ green 120 ◦ blue 223

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

Shades of Dodger Blue #2078DF

Tints of Dodger Blue #2078DF

RGB

 RED value IS 32 (12.89% from 255) = 8.53%

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 8.53%
G = 32%
B = 59.47%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2078DF (or 0x2078DF) is known color: Dodger Blue. HEX triplet: 20, 78 and DF. RGB value is (32,120,223). Sum of RGB (Red+Green+Blue) = 32+120+223=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #2078DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078DF is #DF8720. Grayscale: #686868. Windows color (decimal): -14649121 or 14645280. OLE color: 14645280.

HSL color Cylindrical-coordinate representation of color #2078DF: hue angle of 212.36º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2078DF is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 120 223 -
CMYK 0.86 0.46 0 0.13
HSL 212.36º 0.75% 0.5% -
HSV(B) 212.36º 0.86% 0.87% -
XYZ 20.63 19.07 72.41 -
YUV 105.43 194.35 75.62 -
System Red Green Blue C M Y K H S L
Decimal 32 120 223 0.86 0.46 0 0.13 212.36 0.75 0.5
Hex 20 78 DF 56 2E 0 D D4 4B 32
Octal 40 170 337 126 56 0 15 324 113 62
Binary 100000 1111000 11011111 1010110 101110 0 1101 11010100 1001011 110010

Color Harmonies of #2078DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2078DF

Black with #2078DF

Text Example


Text Example

White with #2078DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2078DF; }

 p { color: rgb(32,120,223); }

 H1.HeaderClassName
 {
   color: #2078DF;
 }
 .AnyTagClassName
 {
   color: #2078DF;
 }
</style>

background-color css

<style>
 a { background-color: #2078DF; }

 a { background-color: rgb(32,120,223); }

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

border-color css

<style>
 span { border-color: #2078DF; }

 span { border-color: rgb(32,120,223); }

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