Html Css Color HEX #2855D0 Cerulean Blue

📋 copy color: '#2855D0'

red 40 ◦ green 85 ◦ blue 208

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

Shades of Cerulean Blue #2855D0

Tints of Cerulean Blue #2855D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.46%

R = 12.01%
G = 25.53%
B = 62.46%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2855D0 (or 0x2855D0) is known color: Cerulean Blue. HEX triplet: 28, 55 and D0. RGB value is (40,85,208). Sum of RGB (Red+Green+Blue) = 40+85+208=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #2855D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855D0 is #D7AA2F. Grayscale: #555555. Windows color (decimal): -14133808 or 13653288. OLE color: 13653288.

HSL color Cylindrical-coordinate representation of color #2855D0: hue angle of 223.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2855D0 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 85 208 -
CMYK 0.81 0.59 0 0.18
HSL 223.93º 0.68% 0.49% -
HSV(B) 223.93º 0.81% 0.82% -
XYZ 15.51 11.5 61.08 -
YUV 85.57 197.09 95.5 -
System Red Green Blue C M Y K H S L
Decimal 40 85 208 0.81 0.59 0 0.18 223.93 0.68 0.49
Hex 28 55 D0 51 3B 0 12 E0 44 31
Octal 50 125 320 121 73 0 22 340 104 61
Binary 101000 1010101 11010000 1010001 111011 0 10010 11100000 1000100 110001

Color Harmonies of #2855D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855D0

Black with #2855D0

Text Example


Text Example

White with #2855D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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