Html Css Color HEX #2450C8 Cerulean Blue

📋 copy color: '#2450C8'

red 36 ◦ green 80 ◦ blue 200

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

Shades of Cerulean Blue #2450C8

Tints of Cerulean Blue #2450C8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 200 (78.52% from 255) = 63.29%

R = 11.39%
G = 25.32%
B = 63.29%

CMYK

 C value IS 0.82

 M value IS 0.6

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2450C8 (or 0x2450C8) is known color: Cerulean Blue. HEX triplet: 24, 50 and C8. RGB value is (36,80,200). Sum of RGB (Red+Green+Blue) = 36+80+200=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #2450C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2450C8 is #DBAF37. Grayscale: #505050. Windows color (decimal): -14397240 or 13127716. OLE color: 13127716.

HSL color Cylindrical-coordinate representation of color #2450C8: hue angle of 223.9º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2450C8 is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 80 200 -
CMYK 0.82 0.6 0 0.22
HSL 223.9º 0.69% 0.46% -
HSV(B) 223.9º 0.82% 0.78% -
XYZ 14.02 10.28 55.89 -
YUV 80.52 195.42 96.24 -
System Red Green Blue C M Y K H S L
Decimal 36 80 200 0.82 0.6 0 0.22 223.9 0.69 0.46
Hex 24 50 C8 52 3C 0 16 E0 45 2E
Octal 44 120 310 122 74 0 26 340 105 56
Binary 100100 1010000 11001000 1010010 111100 0 10110 11100000 1000101 101110

Color Harmonies of #2450C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2450C8

Black with #2450C8

Text Example


Text Example

White with #2450C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2450C8; }

 p { color: rgb(36,80,200); }

 H1.HeaderClassName
 {
   color: #2450C8;
 }
 .AnyTagClassName
 {
   color: #2450C8;
 }
</style>

background-color css

<style>
 a { background-color: #2450C8; }

 a { background-color: rgb(36,80,200); }

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

border-color css

<style>
 span { border-color: #2450C8; }

 span { border-color: rgb(36,80,200); }

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