Html Css Color HEX #2453BA Cerulean Blue

📋 copy color: '#2453BA'

red 36 ◦ green 83 ◦ blue 186

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

Shades of Cerulean Blue #2453BA

Tints of Cerulean Blue #2453BA

RGB

 RED value IS 36 (14.45% from 255) = 11.8%

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

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

R = 11.8%
G = 27.21%
B = 60.98%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2453BA (or 0x2453BA) is known color: Cerulean Blue. HEX triplet: 24, 53 and BA. RGB value is (36,83,186). Sum of RGB (Red+Green+Blue) = 36+83+186=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2453BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2453BA is #DBAC45. Grayscale: #505050. Windows color (decimal): -14396486 or 12210980. OLE color: 12210980.

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

Color convert

RGB 36 83 186 -
CMYK 0.81 0.55 0 0.27
HSL 221.2º 0.68% 0.44% -
HSV(B) 221.2º 0.81% 0.73% -
XYZ 12.68 10.11 47.74 -
YUV 80.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 36 83 186 0.81 0.55 0 0.27 221.2 0.68 0.44
Hex 24 53 BA 51 37 0 1B DD 44 2C
Octal 44 123 272 121 67 0 33 335 104 54
Binary 100100 1010011 10111010 1010001 110111 0 11011 11011101 1000100 101100

Color Harmonies of #2453BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2453BA

Black with #2453BA

Text Example


Text Example

White with #2453BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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