Html Css Color HEX #1C7DA4 Cerulean

📋 copy color: '#1C7DA4'

red 28 ◦ green 125 ◦ blue 164

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

Shades of Cerulean #1C7DA4

Tints of Cerulean #1C7DA4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

 BLUE value IS 164 (64.45% from 255) = 51.74%

R = 8.83%
G = 39.43%
B = 51.74%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1C7DA4 (or 0x1C7DA4) is known color: Cerulean. HEX triplet: 1C, 7D and A4. RGB value is (28,125,164). Sum of RGB (Red+Green+Blue) = 28+125+164=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C7DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7DA4 is #E3825B. Grayscale: #646464. Windows color (decimal): -14910044 or 10779932. OLE color: 10779932.

HSL color Cylindrical-coordinate representation of color #1C7DA4: hue angle of 197.21º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7DA4 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 125 164 -
CMYK 0.83 0.24 0 0.36
HSL 197.21º 0.71% 0.38% -
HSV(B) 197.21º 0.83% 0.64% -
XYZ 14.51 17.59 37.75 -
YUV 100.44 163.86 76.33 -
System Red Green Blue C M Y K H S L
Decimal 28 125 164 0.83 0.24 0 0.36 197.21 0.71 0.38
Hex 1C 7D A4 53 18 0 24 C5 47 26
Octal 34 175 244 123 30 0 44 305 107 46
Binary 11100 1111101 10100100 1010011 11000 0 100100 11000101 1000111 100110

Color Harmonies of #1C7DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7DA4

Black with #1C7DA4

Text Example


Text Example

White with #1C7DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,125,164); }

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

background-color css

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

 a { background-color: rgb(28,125,164); }

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

border-color css

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

 span { border-color: rgb(28,125,164); }

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