Html Css Color HEX #2864D3 Cerulean Blue

📋 copy color: '#2864D3'

red 40 ◦ green 100 ◦ blue 211

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

Shades of Cerulean Blue #2864D3

Tints of Cerulean Blue #2864D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 60.11%

R = 11.4%
G = 28.49%
B = 60.11%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2864D3 (or 0x2864D3) is known color: Cerulean Blue. HEX triplet: 28, 64 and D3. RGB value is (40,100,211). Sum of RGB (Red+Green+Blue) = 40+100+211=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #2864D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864D3 is #D79B2C. Grayscale: #5E5E5E. Windows color (decimal): -14129965 or 13853736. OLE color: 13853736.

HSL color Cylindrical-coordinate representation of color #2864D3: hue angle of 218.95º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2864D3 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 40 100 211 -
CMYK 0.81 0.53 0 0.17
HSL 218.95º 0.68% 0.49% -
HSV(B) 218.95º 0.81% 0.83% -
XYZ 17.19 14.27 63.48 -
YUV 94.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 40 100 211 0.81 0.53 0 0.17 218.95 0.68 0.49
Hex 28 64 D3 51 35 0 11 DB 44 31
Octal 50 144 323 121 65 0 21 333 104 61
Binary 101000 1100100 11010011 1010001 110101 0 10001 11011011 1000100 110001

Color Harmonies of #2864D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864D3

Black with #2864D3

Text Example


Text Example

White with #2864D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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