Html Css Color HEX #2450DC Cerulean Blue

📋 copy color: '#2450DC'

red 36 ◦ green 80 ◦ blue 220

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

Shades of Cerulean Blue #2450DC

Tints of Cerulean Blue #2450DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 10.71%
G = 23.81%
B = 65.48%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2450DC (or 0x2450DC) is known color: Cerulean Blue. HEX triplet: 24, 50 and DC. RGB value is (36,80,220). Sum of RGB (Red+Green+Blue) = 36+80+220=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #2450DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2450DC is #DBAF23. Grayscale: #525252. Windows color (decimal): -14397220 or 14438436. OLE color: 14438436.

HSL color Cylindrical-coordinate representation of color #2450DC: hue angle of 225.65º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2450DC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 80 220 -
CMYK 0.84 0.64 0 0.14
HSL 225.65º 0.72% 0.5% -
HSV(B) 225.65º 0.84% 0.86% -
XYZ 16.51 11.28 69.02 -
YUV 82.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 36 80 220 0.84 0.64 0 0.14 225.65 0.72 0.5
Hex 24 50 DC 54 40 0 E E2 48 32
Octal 44 120 334 124 100 0 16 342 110 62
Binary 100100 1010000 11011100 1010100 1000000 0 1110 11100010 1001000 110010

Color Harmonies of #2450DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2450DC

Black with #2450DC

Text Example


Text Example

White with #2450DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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