Html Css Color HEX #2C64CD Cerulean Blue

📋 copy color: '#2C64CD'

red 44 ◦ green 100 ◦ blue 205

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

Shades of Cerulean Blue #2C64CD

Tints of Cerulean Blue #2C64CD

RGB

 RED value IS 44 (17.58% from 255) = 12.61%

 GREEN value IS 100 (39.45% from 255) = 28.65%

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 12.61%
G = 28.65%
B = 58.74%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C64CD (or 0x2C64CD) is known color: Cerulean Blue. HEX triplet: 2C, 64 and CD. RGB value is (44,100,205). Sum of RGB (Red+Green+Blue) = 44+100+205=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C64CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C64CD is #D39B32. Grayscale: #5E5E5E. Windows color (decimal): -13867827 or 13460524. OLE color: 13460524.

HSL color Cylindrical-coordinate representation of color #2C64CD: hue angle of 219.13º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C64CD is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 100 205 -
CMYK 0.79 0.51 0 0.20
HSL 219.13º 0.65% 0.49% -
HSV(B) 219.13º 0.79% 0.8% -
XYZ 16.62 14.06 59.6 -
YUV 95.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 44 100 205 0.79 0.51 0 0.20 219.13 0.65 0.49
Hex 2C 64 CD 4F 33 0 14 DB 41 31
Octal 54 144 315 117 63 0 24 333 101 61
Binary 101100 1100100 11001101 1001111 110011 0 10100 11011011 1000001 110001

Color Harmonies of #2C64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C64CD

Black with #2C64CD

Text Example


Text Example

White with #2C64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C64CD; }

 p { color: rgb(44,100,205); }

 H1.HeaderClassName
 {
   color: #2C64CD;
 }
 .AnyTagClassName
 {
   color: #2C64CD;
 }
</style>

background-color css

<style>
 a { background-color: #2C64CD; }

 a { background-color: rgb(44,100,205); }

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

border-color css

<style>
 span { border-color: #2C64CD; }

 span { border-color: rgb(44,100,205); }

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