Html Css Color HEX #1474A7 Cerulean

📋 copy color: '#1474A7'

red 20 ◦ green 116 ◦ blue 167

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

Shades of Cerulean #1474A7

Tints of Cerulean #1474A7

RGB

 RED value IS 20 (8.2% from 255) = 6.6%

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 167 (65.63% from 255) = 55.12%

R = 6.6%
G = 38.28%
B = 55.12%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1474A7 (or 0x1474A7) is known color: Cerulean. HEX triplet: 14, 74 and A7. RGB value is (20,116,167). Sum of RGB (Red+Green+Blue) = 20+116+167=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #1474A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1474A7 is #EB8B58. Grayscale: #5C5C5C. Windows color (decimal): -15436633 or 10974228. OLE color: 10974228.

HSL color Cylindrical-coordinate representation of color #1474A7: hue angle of 200.82º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1474A7 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 116 167 -
CMYK 0.88 0.31 0 0.35
HSL 200.82º 0.79% 0.37% -
HSV(B) 200.82º 0.88% 0.65% -
XYZ 13.51 15.43 38.83 -
YUV 93.11 169.7 75.85 -
System Red Green Blue C M Y K H S L
Decimal 20 116 167 0.88 0.31 0 0.35 200.82 0.79 0.37
Hex 14 74 A7 58 1F 0 23 C9 4F 25
Octal 24 164 247 130 37 0 43 311 117 45
Binary 10100 1110100 10100111 1011000 11111 0 100011 11001001 1001111 100101

Color Harmonies of #1474A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474A7

Black with #1474A7

Text Example


Text Example

White with #1474A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1474A7; }

 p { color: rgb(20,116,167); }

 H1.HeaderClassName
 {
   color: #1474A7;
 }
 .AnyTagClassName
 {
   color: #1474A7;
 }
</style>

background-color css

<style>
 a { background-color: #1474A7; }

 a { background-color: rgb(20,116,167); }

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

border-color css

<style>
 span { border-color: #1474A7; }

 span { border-color: rgb(20,116,167); }

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