Html Css Color HEX #2855BC Cerulean Blue

📋 copy color: '#2855BC'

red 40 ◦ green 85 ◦ blue 188

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

Shades of Cerulean Blue #2855BC

Tints of Cerulean Blue #2855BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 12.78%
G = 27.16%
B = 60.06%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2855BC (or 0x2855BC) is known color: Cerulean Blue. HEX triplet: 28, 55 and BC. RGB value is (40,85,188). Sum of RGB (Red+Green+Blue) = 40+85+188=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2855BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855BC is #D7AA43. Grayscale: #525252. Windows color (decimal): -14133828 or 12342568. OLE color: 12342568.

HSL color Cylindrical-coordinate representation of color #2855BC: hue angle of 221.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2855BC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 85 188 -
CMYK 0.79 0.55 0 0.26
HSL 221.76º 0.65% 0.45% -
HSV(B) 221.76º 0.79% 0.74% -
XYZ 13.2 10.58 48.92 -
YUV 83.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 40 85 188 0.79 0.55 0 0.26 221.76 0.65 0.45
Hex 28 55 BC 4F 37 0 1A DE 41 2D
Octal 50 125 274 117 67 0 32 336 101 55
Binary 101000 1010101 10111100 1001111 110111 0 11010 11011110 1000001 101101

Color Harmonies of #2855BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855BC

Black with #2855BC

Text Example


Text Example

White with #2855BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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