Html Css Color HEX #2863D5 Cerulean Blue

📋 copy color: '#2863D5'

red 40 ◦ green 99 ◦ blue 213

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

Shades of Cerulean Blue #2863D5

Tints of Cerulean Blue #2863D5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 213 (83.59% from 255) = 60.51%

R = 11.36%
G = 28.13%
B = 60.51%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2863D5 (or 0x2863D5) is known color: Cerulean Blue. HEX triplet: 28, 63 and D5. RGB value is (40,99,213). Sum of RGB (Red+Green+Blue) = 40+99+213=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #2863D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863D5 is #D79C2A. Grayscale: #5D5D5D. Windows color (decimal): -14130219 or 13984552. OLE color: 13984552.

HSL color Cylindrical-coordinate representation of color #2863D5: hue angle of 219.54º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2863D5 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 99 213 -
CMYK 0.81 0.54 0 0.16
HSL 219.54º 0.68% 0.5% -
HSV(B) 219.54º 0.81% 0.84% -
XYZ 17.35 14.18 64.77 -
YUV 94.36 194.95 89.23 -
System Red Green Blue C M Y K H S L
Decimal 40 99 213 0.81 0.54 0 0.16 219.54 0.68 0.5
Hex 28 63 D5 51 36 0 10 DC 44 32
Octal 50 143 325 121 66 0 20 334 104 62
Binary 101000 1100011 11010101 1010001 110110 0 10000 11011100 1000100 110010

Color Harmonies of #2863D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2863D5

Black with #2863D5

Text Example


Text Example

White with #2863D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2863D5; }

 p { color: rgb(40,99,213); }

 H1.HeaderClassName
 {
   color: #2863D5;
 }
 .AnyTagClassName
 {
   color: #2863D5;
 }
</style>

background-color css

<style>
 a { background-color: #2863D5; }

 a { background-color: rgb(40,99,213); }

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

border-color css

<style>
 span { border-color: #2863D5; }

 span { border-color: rgb(40,99,213); }

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