Html Css Color HEX #2459BA Cerulean Blue

📋 copy color: '#2459BA'

red 36 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #2459BA

Tints of Cerulean Blue #2459BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 11.58%
G = 28.62%
B = 59.81%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2459BA (or 0x2459BA) is known color: Cerulean Blue. HEX triplet: 24, 59 and BA. RGB value is (36,89,186). Sum of RGB (Red+Green+Blue) = 36+89+186=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #2459BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459BA is #DBA645. Grayscale: #535353. Windows color (decimal): -14394950 or 12212516. OLE color: 12212516.

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

Color convert

RGB 36 89 186 -
CMYK 0.81 0.52 0 0.27
HSL 218.8º 0.68% 0.44% -
HSV(B) 218.8º 0.81% 0.73% -
XYZ 13.16 11.07 47.9 -
YUV 84.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 36 89 186 0.81 0.52 0 0.27 218.8 0.68 0.44
Hex 24 59 BA 51 34 0 1B DB 44 2C
Octal 44 131 272 121 64 0 33 333 104 54
Binary 100100 1011001 10111010 1010001 110100 0 11011 11011011 1000100 101100

Color Harmonies of #2459BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2459BA

Black with #2459BA

Text Example


Text Example

White with #2459BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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