Html Css Color HEX #2157AF Cerulean Blue

📋 copy color: '#2157AF'

red 33 ◦ green 87 ◦ blue 175

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

Shades of Cerulean Blue #2157AF

Tints of Cerulean Blue #2157AF

RGB

 RED value IS 33 (13.28% from 255) = 11.19%

 GREEN value IS 87 (34.38% from 255) = 29.49%

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 11.19%
G = 29.49%
B = 59.32%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2157AF (or 0x2157AF) is known color: Cerulean Blue. HEX triplet: 21, 57 and AF. RGB value is (33,87,175). Sum of RGB (Red+Green+Blue) = 33+87+175=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #2157AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157AF is #DEA850. Grayscale: #505050. Windows color (decimal): -14592081 or 11491105. OLE color: 11491105.

HSL color Cylindrical-coordinate representation of color #2157AF: hue angle of 217.18º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2157AF is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 87 175 -
CMYK 0.81 0.50 0 0.31
HSL 217.18º 0.68% 0.41% -
HSV(B) 217.18º 0.81% 0.69% -
XYZ 11.77 10.23 41.91 -
YUV 80.89 181.11 93.84 -
System Red Green Blue C M Y K H S L
Decimal 33 87 175 0.81 0.50 0 0.31 217.18 0.68 0.41
Hex 21 57 AF 51 32 0 1F D9 44 29
Octal 41 127 257 121 62 0 37 331 104 51
Binary 100001 1010111 10101111 1010001 110010 0 11111 11011001 1000100 101001

Color Harmonies of #2157AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2157AF

Black with #2157AF

Text Example


Text Example

White with #2157AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2157AF; }

 p { color: rgb(33,87,175); }

 H1.HeaderClassName
 {
   color: #2157AF;
 }
 .AnyTagClassName
 {
   color: #2157AF;
 }
</style>

background-color css

<style>
 a { background-color: #2157AF; }

 a { background-color: rgb(33,87,175); }

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

border-color css

<style>
 span { border-color: #2157AF; }

 span { border-color: rgb(33,87,175); }

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