Html Css Color HEX #1C79E0 Dodger Blue

📋 copy color: '#1C79E0'

red 28 ◦ green 121 ◦ blue 224

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

Shades of Dodger Blue #1C79E0

Tints of Dodger Blue #1C79E0

RGB

 RED value IS 28 (11.33% from 255) = 7.51%

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 224 (87.89% from 255) = 60.05%

R = 7.51%
G = 32.44%
B = 60.05%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1C79E0 (or 0x1C79E0) is known color: Dodger Blue. HEX triplet: 1C, 79 and E0. RGB value is (28,121,224). Sum of RGB (Red+Green+Blue) = 28+121+224=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C79E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C79E0 is #E3861F. Grayscale: #686868. Windows color (decimal): -14911008 or 14711068. OLE color: 14711068.

HSL color Cylindrical-coordinate representation of color #1C79E0: hue angle of 211.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C79E0 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 121 224 -
CMYK 0.88 0.46 0 0.12
HSL 211.53º 0.78% 0.49% -
HSV(B) 211.53º 0.88% 0.88% -
XYZ 20.77 19.3 73.15 -
YUV 104.94 195.19 73.12 -
System Red Green Blue C M Y K H S L
Decimal 28 121 224 0.88 0.46 0 0.12 211.53 0.78 0.49
Hex 1C 79 E0 58 2E 0 C D4 4E 31
Octal 34 171 340 130 56 0 14 324 116 61
Binary 11100 1111001 11100000 1011000 101110 0 1100 11010100 1001110 110001

Color Harmonies of #1C79E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C79E0

Black with #1C79E0

Text Example


Text Example

White with #1C79E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C79E0; }

 p { color: rgb(28,121,224); }

 H1.HeaderClassName
 {
   color: #1C79E0;
 }
 .AnyTagClassName
 {
   color: #1C79E0;
 }
</style>

background-color css

<style>
 a { background-color: #1C79E0; }

 a { background-color: rgb(28,121,224); }

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

border-color css

<style>
 span { border-color: #1C79E0; }

 span { border-color: rgb(28,121,224); }

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