Html Css Color HEX #2851C0 Cerulean Blue

📋 copy color: '#2851C0'

red 40 ◦ green 81 ◦ blue 192

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

Shades of Cerulean Blue #2851C0

Tints of Cerulean Blue #2851C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 12.78%
G = 25.88%
B = 61.34%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2851C0 (or 0x2851C0) is known color: Cerulean Blue. HEX triplet: 28, 51 and C0. RGB value is (40,81,192). Sum of RGB (Red+Green+Blue) = 40+81+192=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #2851C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2851C0 is #D7AE3F. Grayscale: #505050. Windows color (decimal): -14134848 or 12603688. OLE color: 12603688.

HSL color Cylindrical-coordinate representation of color #2851C0: hue angle of 223.82º 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 #2851C0 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 81 192 -
CMYK 0.79 0.58 0 0.25
HSL 223.82º 0.66% 0.45% -
HSV(B) 223.82º 0.79% 0.75% -
XYZ 13.33 10.14 51.12 -
YUV 81.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 40 81 192 0.79 0.58 0 0.25 223.82 0.66 0.45
Hex 28 51 C0 4F 3A 0 19 E0 42 2D
Octal 50 121 300 117 72 0 31 340 102 55
Binary 101000 1010001 11000000 1001111 111010 0 11001 11100000 1000010 101101

Color Harmonies of #2851C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2851C0

Black with #2851C0

Text Example


Text Example

White with #2851C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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