Html Css Color HEX #157FBB Cerulean

📋 copy color: '#157FBB'

red 21 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #157FBB

Tints of Cerulean #157FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 6.27%
G = 37.91%
B = 55.82%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#157FBB (or 0x157FBB) is known color: Cerulean. HEX triplet: 15, 7F and BB. RGB value is (21,127,187). Sum of RGB (Red+Green+Blue) = 21+127+187=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #157FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FBB is #EA8044. Grayscale: #656565. Windows color (decimal): -15368261 or 12287765. OLE color: 12287765.

HSL color Cylindrical-coordinate representation of color #157FBB: hue angle of 201.69º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157FBB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 127 187 -
CMYK 0.89 0.32 0 0.27
HSL 201.69º 0.8% 0.41% -
HSV(B) 201.69º 0.89% 0.73% -
XYZ 16.87 18.93 49.78 -
YUV 102.15 175.88 70.12 -
System Red Green Blue C M Y K H S L
Decimal 21 127 187 0.89 0.32 0 0.27 201.69 0.8 0.41
Hex 15 7F BB 59 20 0 1B CA 50 29
Octal 25 177 273 131 40 0 33 312 120 51
Binary 10101 1111111 10111011 1011001 100000 0 11011 11001010 1010000 101001

Color Harmonies of #157FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FBB

Black with #157FBB

Text Example


Text Example

White with #157FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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