Html Css Color HEX #2153BF Cerulean Blue

📋 copy color: '#2153BF'

red 33 ◦ green 83 ◦ blue 191

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

Shades of Cerulean Blue #2153BF

Tints of Cerulean Blue #2153BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 10.75%
G = 27.04%
B = 62.21%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2153BF (or 0x2153BF) is known color: Cerulean Blue. HEX triplet: 21, 53 and BF. RGB value is (33,83,191). Sum of RGB (Red+Green+Blue) = 33+83+191=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #2153BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153BF is #DEAC40. Grayscale: #4F4F4F. Windows color (decimal): -14593089 or 12538657. OLE color: 12538657.

HSL color Cylindrical-coordinate representation of color #2153BF: hue angle of 221.01º 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 #2153BF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 83 191 -
CMYK 0.83 0.57 0 0.25
HSL 221.01º 0.71% 0.44% -
HSV(B) 221.01º 0.83% 0.75% -
XYZ 13.12 10.27 50.58 -
YUV 80.36 190.44 94.22 -
System Red Green Blue C M Y K H S L
Decimal 33 83 191 0.83 0.57 0 0.25 221.01 0.71 0.44
Hex 21 53 BF 53 39 0 19 DD 47 2C
Octal 41 123 277 123 71 0 31 335 107 54
Binary 100001 1010011 10111111 1010011 111001 0 11001 11011101 1000111 101100

Color Harmonies of #2153BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153BF

Black with #2153BF

Text Example


Text Example

White with #2153BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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