Html Css Color HEX #2153DE Cerulean Blue

📋 copy color: '#2153DE'

red 33 ◦ green 83 ◦ blue 222

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

Shades of Cerulean Blue #2153DE

Tints of Cerulean Blue #2153DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 9.76%
G = 24.56%
B = 65.68%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2153DE (or 0x2153DE) is known color: Cerulean Blue. HEX triplet: 21, 53 and DE. RGB value is (33,83,222). Sum of RGB (Red+Green+Blue) = 33+83+222=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #2153DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153DE is #DEAC21. Grayscale: #535353. Windows color (decimal): -14593058 or 14570273. OLE color: 14570273.

HSL color Cylindrical-coordinate representation of color #2153DE: hue angle of 224.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2153DE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 83 222 -
CMYK 0.85 0.63 0 0.13
HSL 224.13º 0.74% 0.5% -
HSV(B) 224.13º 0.85% 0.87% -
XYZ 16.91 11.78 70.49 -
YUV 83.9 205.94 91.7 -
System Red Green Blue C M Y K H S L
Decimal 33 83 222 0.85 0.63 0 0.13 224.13 0.74 0.5
Hex 21 53 DE 55 3F 0 D E0 4A 32
Octal 41 123 336 125 77 0 15 340 112 62
Binary 100001 1010011 11011110 1010101 111111 0 1101 11100000 1001010 110010

Color Harmonies of #2153DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153DE

Black with #2153DE

Text Example


Text Example

White with #2153DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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