Html Css Color HEX #2863CC Cerulean Blue

📋 copy color: '#2863CC'

red 40 ◦ green 99 ◦ blue 204

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

Shades of Cerulean Blue #2863CC

Tints of Cerulean Blue #2863CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 11.66%
G = 28.86%
B = 59.48%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2863CC (or 0x2863CC) is known color: Cerulean Blue. HEX triplet: 28, 63 and CC. RGB value is (40,99,204). Sum of RGB (Red+Green+Blue) = 40+99+204=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2863CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863CC is #D79C33. Grayscale: #5C5C5C. Windows color (decimal): -14130228 or 13394728. OLE color: 13394728.

HSL color Cylindrical-coordinate representation of color #2863CC: hue angle of 218.41º 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 #2863CC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 99 204 -
CMYK 0.80 0.51 0 0.2
HSL 218.41º 0.67% 0.48% -
HSV(B) 218.41º 0.8% 0.8% -
XYZ 16.24 13.73 58.92 -
YUV 93.33 190.45 89.96 -
System Red Green Blue C M Y K H S L
Decimal 40 99 204 0.80 0.51 0 0.2 218.41 0.67 0.48
Hex 28 63 CC 50 33 0 14 DA 43 30
Octal 50 143 314 120 63 0 24 332 103 60
Binary 101000 1100011 11001100 1010000 110011 0 10100 11011010 1000011 110000

Color Harmonies of #2863CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2863CC

Black with #2863CC

Text Example


Text Example

White with #2863CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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