Html Css Color HEX #2864CD Cerulean Blue

📋 copy color: '#2864CD'

red 40 ◦ green 100 ◦ blue 205

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

Shades of Cerulean Blue #2864CD

Tints of Cerulean Blue #2864CD

RGB

 RED value IS 40 (16.02% from 255) = 11.59%

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

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

R = 11.59%
G = 28.99%
B = 59.42%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2864CD (or 0x2864CD) is known color: Cerulean Blue. HEX triplet: 28, 64 and CD. RGB value is (40,100,205). Sum of RGB (Red+Green+Blue) = 40+100+205=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #2864CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864CD is #D79B32. Grayscale: #5D5D5D. Windows color (decimal): -14129971 or 13460520. OLE color: 13460520.

HSL color Cylindrical-coordinate representation of color #2864CD: hue angle of 218.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2864CD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 100 205 -
CMYK 0.80 0.51 0 0.20
HSL 218.18º 0.67% 0.48% -
HSV(B) 218.18º 0.8% 0.8% -
XYZ 16.45 13.97 59.59 -
YUV 94.03 190.62 89.46 -
System Red Green Blue C M Y K H S L
Decimal 40 100 205 0.80 0.51 0 0.20 218.18 0.67 0.48
Hex 28 64 CD 50 33 0 14 DA 43 30
Octal 50 144 315 120 63 0 24 332 103 60
Binary 101000 1100100 11001101 1010000 110011 0 10100 11011010 1000011 110000

Color Harmonies of #2864CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864CD

Black with #2864CD

Text Example


Text Example

White with #2864CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2864CD; }

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

 H1.HeaderClassName
 {
   color: #2864CD;
 }
 .AnyTagClassName
 {
   color: #2864CD;
 }
</style>

background-color css

<style>
 a { background-color: #2864CD; }

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

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

border-color css

<style>
 span { border-color: #2864CD; }

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

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