Html Css Color HEX #2158BF Cerulean Blue

📋 copy color: '#2158BF'

red 33 ◦ green 88 ◦ blue 191

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

Shades of Cerulean Blue #2158BF

Tints of Cerulean Blue #2158BF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 10.58%
G = 28.21%
B = 61.22%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2158BF (or 0x2158BF) is known color: Cerulean Blue. HEX triplet: 21, 58 and BF. RGB value is (33,88,191). Sum of RGB (Red+Green+Blue) = 33+88+191=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #2158BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2158BF is #DEA740. Grayscale: #525252. Windows color (decimal): -14591809 or 12539937. OLE color: 12539937.

HSL color Cylindrical-coordinate representation of color #2158BF: hue angle of 219.11º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2158BF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 88 191 -
CMYK 0.83 0.54 0 0.25
HSL 219.11º 0.71% 0.44% -
HSV(B) 219.11º 0.83% 0.75% -
XYZ 13.52 11.06 50.71 -
YUV 83.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 33 88 191 0.83 0.54 0 0.25 219.11 0.71 0.44
Hex 21 58 BF 53 36 0 19 DB 47 2C
Octal 41 130 277 123 66 0 31 333 107 54
Binary 100001 1011000 10111111 1010011 110110 0 11001 11011011 1000111 101100

Color Harmonies of #2158BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2158BF

Black with #2158BF

Text Example


Text Example

White with #2158BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2158BF; }

 p { color: rgb(33,88,191); }

 H1.HeaderClassName
 {
   color: #2158BF;
 }
 .AnyTagClassName
 {
   color: #2158BF;
 }
</style>

background-color css

<style>
 a { background-color: #2158BF; }

 a { background-color: rgb(33,88,191); }

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

border-color css

<style>
 span { border-color: #2158BF; }

 span { border-color: rgb(33,88,191); }

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