Html Css Color HEX #157FB2 Cerulean

📋 copy color: '#157FB2'

red 21 ◦ green 127 ◦ blue 178

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

Shades of Cerulean #157FB2

Tints of Cerulean #157FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.6%

R = 6.44%
G = 38.96%
B = 54.6%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#157FB2 (or 0x157FB2) is known color: Cerulean. HEX triplet: 15, 7F and B2. RGB value is (21,127,178). Sum of RGB (Red+Green+Blue) = 21+127+178=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #157FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FB2 is #EA804D. Grayscale: #646464. Windows color (decimal): -15368270 or 11697941. OLE color: 11697941.

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

Color convert

RGB 21 127 178 -
CMYK 0.88 0.29 0 0.30
HSL 199.49º 0.79% 0.39% -
HSV(B) 199.49º 0.88% 0.7% -
XYZ 15.93 18.55 44.86 -
YUV 101.12 171.38 70.85 -
System Red Green Blue C M Y K H S L
Decimal 21 127 178 0.88 0.29 0 0.30 199.49 0.79 0.39
Hex 15 7F B2 58 1D 0 1E C7 4F 27
Octal 25 177 262 130 35 0 36 307 117 47
Binary 10101 1111111 10110010 1011000 11101 0 11110 11000111 1001111 100111

Color Harmonies of #157FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FB2

Black with #157FB2

Text Example


Text Example

White with #157FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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