Html Css Color HEX #2253BA Cerulean Blue

📋 copy color: '#2253BA'

red 34 ◦ green 83 ◦ blue 186

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

Shades of Cerulean Blue #2253BA

Tints of Cerulean Blue #2253BA

RGB

 RED value IS 34 (13.67% from 255) = 11.22%

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

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 11.22%
G = 27.39%
B = 61.39%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2253BA (or 0x2253BA) is known color: Cerulean Blue. HEX triplet: 22, 53 and BA. RGB value is (34,83,186). Sum of RGB (Red+Green+Blue) = 34+83+186=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #2253BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2253BA is #DDAC45. Grayscale: #4F4F4F. Windows color (decimal): -14527558 or 12210978. OLE color: 12210978.

HSL color Cylindrical-coordinate representation of color #2253BA: hue angle of 220.66º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2253BA is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 83 186 -
CMYK 0.82 0.55 0 0.27
HSL 220.66º 0.69% 0.43% -
HSV(B) 220.66º 0.82% 0.73% -
XYZ 12.62 10.07 47.73 -
YUV 80.09 187.77 95.12 -
System Red Green Blue C M Y K H S L
Decimal 34 83 186 0.82 0.55 0 0.27 220.66 0.69 0.43
Hex 22 53 BA 52 37 0 1B DD 45 2B
Octal 42 123 272 122 67 0 33 335 105 53
Binary 100010 1010011 10111010 1010010 110111 0 11011 11011101 1000101 101011

Color Harmonies of #2253BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2253BA

Black with #2253BA

Text Example


Text Example

White with #2253BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2253BA; }

 p { color: rgb(34,83,186); }

 H1.HeaderClassName
 {
   color: #2253BA;
 }
 .AnyTagClassName
 {
   color: #2253BA;
 }
</style>

background-color css

<style>
 a { background-color: #2253BA; }

 a { background-color: rgb(34,83,186); }

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

border-color css

<style>
 span { border-color: #2253BA; }

 span { border-color: rgb(34,83,186); }

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