Html Css Color HEX #157FB4 Cerulean

📋 copy color: '#157FB4'

red 21 ◦ green 127 ◦ blue 180

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

Shades of Cerulean #157FB4

Tints of Cerulean #157FB4

RGB

 RED value IS 21 (8.59% from 255) = 6.4%

 GREEN value IS 127 (50% from 255) = 38.72%

 BLUE value IS 180 (70.7% from 255) = 54.88%

R = 6.4%
G = 38.72%
B = 54.88%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#157FB4 (or 0x157FB4) is known color: Cerulean. HEX triplet: 15, 7F and B4. RGB value is (21,127,180). Sum of RGB (Red+Green+Blue) = 21+127+180=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #157FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FB4 is #EA804B. Grayscale: #656565. Windows color (decimal): -15368268 or 11829013. OLE color: 11829013.

HSL color Cylindrical-coordinate representation of color #157FB4: hue angle of 200º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157FB4 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 127 180 -
CMYK 0.88 0.29 0 0.29
HSL 200º 0.79% 0.39% -
HSV(B) 200º 0.88% 0.71% -
XYZ 16.14 18.63 45.93 -
YUV 101.35 172.38 70.69 -
System Red Green Blue C M Y K H S L
Decimal 21 127 180 0.88 0.29 0 0.29 200 0.79 0.39
Hex 15 7F B4 58 1D 0 1D C8 4F 27
Octal 25 177 264 130 35 0 35 310 117 47
Binary 10101 1111111 10110100 1011000 11101 0 11101 11001000 1001111 100111

Color Harmonies of #157FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FB4

Black with #157FB4

Text Example


Text Example

White with #157FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157FB4; }

 p { color: rgb(21,127,180); }

 H1.HeaderClassName
 {
   color: #157FB4;
 }
 .AnyTagClassName
 {
   color: #157FB4;
 }
</style>

background-color css

<style>
 a { background-color: #157FB4; }

 a { background-color: rgb(21,127,180); }

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

border-color css

<style>
 span { border-color: #157FB4; }

 span { border-color: rgb(21,127,180); }

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