Html Css Color HEX #2455BA Cerulean Blue

📋 copy color: '#2455BA'

red 36 ◦ green 85 ◦ blue 186

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

Shades of Cerulean Blue #2455BA

Tints of Cerulean Blue #2455BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 11.73%
G = 27.69%
B = 60.59%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2455BA (or 0x2455BA) is known color: Cerulean Blue. HEX triplet: 24, 55 and BA. RGB value is (36,85,186). Sum of RGB (Red+Green+Blue) = 36+85+186=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2455BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455BA is #DBAA45. Grayscale: #515151. Windows color (decimal): -14395974 or 12211492. OLE color: 12211492.

HSL color Cylindrical-coordinate representation of color #2455BA: hue angle of 220.4º 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 #2455BA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 85 186 -
CMYK 0.81 0.54 0 0.27
HSL 220.4º 0.68% 0.44% -
HSV(B) 220.4º 0.81% 0.73% -
XYZ 12.84 10.42 47.79 -
YUV 81.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 36 85 186 0.81 0.54 0 0.27 220.4 0.68 0.44
Hex 24 55 BA 51 36 0 1B DC 44 2C
Octal 44 125 272 121 66 0 33 334 104 54
Binary 100100 1010101 10111010 1010001 110110 0 11011 11011100 1000100 101100

Color Harmonies of #2455BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455BA

Black with #2455BA

Text Example


Text Example

White with #2455BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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