Html Css Color HEX #157FBA Cerulean

📋 copy color: '#157FBA'

red 21 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #157FBA

Tints of Cerulean #157FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 6.29%
G = 38.02%
B = 55.69%

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

#157FBA (or 0x157FBA) is known color: Cerulean. HEX triplet: 15, 7F and BA. RGB value is (21,127,186). Sum of RGB (Red+Green+Blue) = 21+127+186=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #157FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FBA is #EA8045. Grayscale: #656565. Windows color (decimal): -15368262 or 12222229. OLE color: 12222229.

HSL color Cylindrical-coordinate representation of color #157FBA: hue angle of 201.45º 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 #157FBA is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 127 186 -
CMYK 0.89 0.32 0 0.27
HSL 201.45º 0.8% 0.41% -
HSV(B) 201.45º 0.89% 0.73% -
XYZ 16.76 18.88 49.22 -
YUV 102.03 175.38 70.2 -
System Red Green Blue C M Y K H S L
Decimal 21 127 186 0.89 0.32 0 0.27 201.45 0.8 0.41
Hex 15 7F BA 59 20 0 1B C9 50 29
Octal 25 177 272 131 40 0 33 311 120 51
Binary 10101 1111111 10111010 1011001 100000 0 11011 11001001 1010000 101001

Color Harmonies of #157FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FBA

Black with #157FBA

Text Example


Text Example

White with #157FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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