Html Css Color HEX #2455BE Cerulean Blue

📋 copy color: '#2455BE'

red 36 ◦ green 85 ◦ blue 190

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

Shades of Cerulean Blue #2455BE

Tints of Cerulean Blue #2455BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 11.58%
G = 27.33%
B = 61.09%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2455BE (or 0x2455BE) is known color: Cerulean Blue. HEX triplet: 24, 55 and BE. RGB value is (36,85,190). Sum of RGB (Red+Green+Blue) = 36+85+190=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #2455BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455BE is #DBAA41. Grayscale: #515151. Windows color (decimal): -14395970 or 12473636. OLE color: 12473636.

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

Color convert

RGB 36 85 190 -
CMYK 0.81 0.55 0 0.25
HSL 220.91º 0.68% 0.44% -
HSV(B) 220.91º 0.81% 0.75% -
XYZ 13.27 10.59 50.06 -
YUV 82.32 188.77 94.96 -
System Red Green Blue C M Y K H S L
Decimal 36 85 190 0.81 0.55 0 0.25 220.91 0.68 0.44
Hex 24 55 BE 51 37 0 19 DD 44 2C
Octal 44 125 276 121 67 0 31 335 104 54
Binary 100100 1010101 10111110 1010001 110111 0 11001 11011101 1000100 101100

Color Harmonies of #2455BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455BE

Black with #2455BE

Text Example


Text Example

White with #2455BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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