Html Css Color HEX #157FBF Cerulean

📋 copy color: '#157FBF'

red 21 ◦ green 127 ◦ blue 191

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

Shades of Cerulean #157FBF

Tints of Cerulean #157FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.34%

R = 6.19%
G = 37.46%
B = 56.34%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#157FBF (or 0x157FBF) is known color: Cerulean. HEX triplet: 15, 7F and BF. RGB value is (21,127,191). Sum of RGB (Red+Green+Blue) = 21+127+191=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #157FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FBF is #EA8040. Grayscale: #666666. Windows color (decimal): -15368257 or 12549909. OLE color: 12549909.

HSL color Cylindrical-coordinate representation of color #157FBF: hue angle of 202.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157FBF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 127 191 -
CMYK 0.89 0.34 0 0.25
HSL 202.59º 0.8% 0.42% -
HSV(B) 202.59º 0.89% 0.75% -
XYZ 17.3 19.1 52.06 -
YUV 102.6 177.88 69.8 -
System Red Green Blue C M Y K H S L
Decimal 21 127 191 0.89 0.34 0 0.25 202.59 0.8 0.42
Hex 15 7F BF 59 22 0 19 CB 50 2A
Octal 25 177 277 131 42 0 31 313 120 52
Binary 10101 1111111 10111111 1011001 100010 0 11001 11001011 1010000 101010

Color Harmonies of #157FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FBF

Black with #157FBF

Text Example


Text Example

White with #157FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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