Html Css Color HEX #2855C0 Cerulean Blue

📋 copy color: '#2855C0'

red 40 ◦ green 85 ◦ blue 192

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

Shades of Cerulean Blue #2855C0

Tints of Cerulean Blue #2855C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 12.62%
G = 26.81%
B = 60.57%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2855C0 (or 0x2855C0) is known color: Cerulean Blue. HEX triplet: 28, 55 and C0. RGB value is (40,85,192). Sum of RGB (Red+Green+Blue) = 40+85+192=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #2855C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855C0 is #D7AA3F. Grayscale: #535353. Windows color (decimal): -14133824 or 12604712. OLE color: 12604712.

HSL color Cylindrical-coordinate representation of color #2855C0: hue angle of 222.24º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2855C0 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 85 192 -
CMYK 0.79 0.56 0 0.25
HSL 222.24º 0.66% 0.45% -
HSV(B) 222.24º 0.79% 0.75% -
XYZ 13.64 10.75 51.23 -
YUV 83.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 40 85 192 0.79 0.56 0 0.25 222.24 0.66 0.45
Hex 28 55 C0 4F 38 0 19 DE 42 2D
Octal 50 125 300 117 70 0 31 336 102 55
Binary 101000 1010101 11000000 1001111 111000 0 11001 11011110 1000010 101101

Color Harmonies of #2855C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855C0

Black with #2855C0

Text Example


Text Example

White with #2855C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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