Html Css Color HEX #2855DC Cerulean Blue

📋 copy color: '#2855DC'

red 40 ◦ green 85 ◦ blue 220

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

Shades of Cerulean Blue #2855DC

Tints of Cerulean Blue #2855DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 11.59%
G = 24.64%
B = 63.77%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2855DC (or 0x2855DC) is known color: Cerulean Blue. HEX triplet: 28, 55 and DC. RGB value is (40,85,220). Sum of RGB (Red+Green+Blue) = 40+85+220=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #2855DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855DC is #D7AA23. Grayscale: #565656. Windows color (decimal): -14133796 or 14439720. OLE color: 14439720.

HSL color Cylindrical-coordinate representation of color #2855DC: hue angle of 225º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2855DC is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 85 220 -
CMYK 0.82 0.61 0 0.14
HSL 225º 0.72% 0.51% -
HSV(B) 225º 0.82% 0.86% -
XYZ 17.04 12.12 69.15 -
YUV 86.94 203.09 94.52 -
System Red Green Blue C M Y K H S L
Decimal 40 85 220 0.82 0.61 0 0.14 225 0.72 0.51
Hex 28 55 DC 52 3D 0 E E1 48 33
Octal 50 125 334 122 75 0 16 341 110 63
Binary 101000 1010101 11011100 1010010 111101 0 1110 11100001 1001000 110011

Color Harmonies of #2855DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855DC

Black with #2855DC

Text Example


Text Example

White with #2855DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2855DC; }

 p { color: rgb(40,85,220); }

 H1.HeaderClassName
 {
   color: #2855DC;
 }
 .AnyTagClassName
 {
   color: #2855DC;
 }
</style>

background-color css

<style>
 a { background-color: #2855DC; }

 a { background-color: rgb(40,85,220); }

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

border-color css

<style>
 span { border-color: #2855DC; }

 span { border-color: rgb(40,85,220); }

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