Html Css Color HEX #2855CA Cerulean Blue

📋 copy color: '#2855CA'

red 40 ◦ green 85 ◦ blue 202

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

Shades of Cerulean Blue #2855CA

Tints of Cerulean Blue #2855CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 12.23%
G = 25.99%
B = 61.77%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2855CA (or 0x2855CA) is known color: Cerulean Blue. HEX triplet: 28, 55 and CA. RGB value is (40,85,202). Sum of RGB (Red+Green+Blue) = 40+85+202=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #2855CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855CA is #D7AA35. Grayscale: #545454. Windows color (decimal): -14133814 or 13260072. OLE color: 13260072.

HSL color Cylindrical-coordinate representation of color #2855CA: hue angle of 223.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2855CA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 85 202 -
CMYK 0.80 0.58 0 0.21
HSL 223.33º 0.67% 0.47% -
HSV(B) 223.33º 0.8% 0.79% -
XYZ 14.78 11.21 57.26 -
YUV 84.88 194.09 95.99 -
System Red Green Blue C M Y K H S L
Decimal 40 85 202 0.80 0.58 0 0.21 223.33 0.67 0.47
Hex 28 55 CA 50 3A 0 15 DF 43 2F
Octal 50 125 312 120 72 0 25 337 103 57
Binary 101000 1010101 11001010 1010000 111010 0 10101 11011111 1000011 101111

Color Harmonies of #2855CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855CA

Black with #2855CA

Text Example


Text Example

White with #2855CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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