Html Css Color HEX #2454BA Cerulean Blue

📋 copy color: '#2454BA'

red 36 ◦ green 84 ◦ blue 186

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

Shades of Cerulean Blue #2454BA

Tints of Cerulean Blue #2454BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 11.76%
G = 27.45%
B = 60.78%

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

#2454BA (or 0x2454BA) is known color: Cerulean Blue. HEX triplet: 24, 54 and BA. RGB value is (36,84,186). Sum of RGB (Red+Green+Blue) = 36+84+186=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2454BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2454BA is #DBAB45. Grayscale: #505050. Windows color (decimal): -14396230 or 12211236. OLE color: 12211236.

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

Color convert

RGB 36 84 186 -
CMYK 0.81 0.55 0 0.27
HSL 220.8º 0.68% 0.44% -
HSV(B) 220.8º 0.81% 0.73% -
XYZ 12.76 10.26 47.76 -
YUV 81.28 187.1 95.71 -
System Red Green Blue C M Y K H S L
Decimal 36 84 186 0.81 0.55 0 0.27 220.8 0.68 0.44
Hex 24 54 BA 51 37 0 1B DD 44 2C
Octal 44 124 272 121 67 0 33 335 104 54
Binary 100100 1010100 10111010 1010001 110111 0 11011 11011101 1000100 101100

Color Harmonies of #2454BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2454BA

Black with #2454BA

Text Example


Text Example

White with #2454BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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