Html Css Color HEX #2158CF Cerulean Blue

📋 copy color: '#2158CF'

red 33 ◦ green 88 ◦ blue 207

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

Shades of Cerulean Blue #2158CF

Tints of Cerulean Blue #2158CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.11%

R = 10.06%
G = 26.83%
B = 63.11%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2158CF (or 0x2158CF) is known color: Cerulean Blue. HEX triplet: 21, 58 and CF. RGB value is (33,88,207). Sum of RGB (Red+Green+Blue) = 33+88+207=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #2158CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2158CF is #DEA730. Grayscale: #545454. Windows color (decimal): -14591793 or 13588513. OLE color: 13588513.

HSL color Cylindrical-coordinate representation of color #2158CF: hue angle of 221.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2158CF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 88 207 -
CMYK 0.84 0.57 0 0.19
HSL 221.03º 0.73% 0.47% -
HSV(B) 221.03º 0.84% 0.81% -
XYZ 15.38 11.81 60.5 -
YUV 85.12 196.78 90.82 -
System Red Green Blue C M Y K H S L
Decimal 33 88 207 0.84 0.57 0 0.19 221.03 0.73 0.47
Hex 21 58 CF 54 39 0 13 DD 48 2F
Octal 41 130 317 124 71 0 23 335 110 57
Binary 100001 1011000 11001111 1010100 111001 0 10011 11011101 1001000 101111

Color Harmonies of #2158CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2158CF

Black with #2158CF

Text Example


Text Example

White with #2158CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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