Html Css Color HEX #2450CE Cerulean Blue

📋 copy color: '#2450CE'

red 36 ◦ green 80 ◦ blue 206

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

Shades of Cerulean Blue #2450CE

Tints of Cerulean Blue #2450CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 11.18%
G = 24.84%
B = 63.98%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2450CE (or 0x2450CE) is known color: Cerulean Blue. HEX triplet: 24, 50 and CE. RGB value is (36,80,206). Sum of RGB (Red+Green+Blue) = 36+80+206=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #2450CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2450CE is #DBAF31. Grayscale: #505050. Windows color (decimal): -14397234 or 13520932. OLE color: 13520932.

HSL color Cylindrical-coordinate representation of color #2450CE: hue angle of 224.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2450CE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 80 206 -
CMYK 0.83 0.61 0 0.19
HSL 224.47º 0.7% 0.47% -
HSV(B) 224.47º 0.83% 0.81% -
XYZ 14.74 10.57 59.66 -
YUV 81.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 36 80 206 0.83 0.61 0 0.19 224.47 0.7 0.47
Hex 24 50 CE 53 3D 0 13 E0 46 2F
Octal 44 120 316 123 75 0 23 340 106 57
Binary 100100 1010000 11001110 1010011 111101 0 10011 11100000 1000110 101111

Color Harmonies of #2450CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2450CE

Black with #2450CE

Text Example


Text Example

White with #2450CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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