Html Css Color HEX #2851CE Cerulean Blue

📋 copy color: '#2851CE'

red 40 ◦ green 81 ◦ blue 206

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

Shades of Cerulean Blue #2851CE

Tints of Cerulean Blue #2851CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63%

R = 12.23%
G = 24.77%
B = 63%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2851CE (or 0x2851CE) is known color: Cerulean Blue. HEX triplet: 28, 51 and CE. RGB value is (40,81,206). Sum of RGB (Red+Green+Blue) = 40+81+206=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #2851CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2851CE is #D7AE31. Grayscale: #525252. Windows color (decimal): -14134834 or 13521192. OLE color: 13521192.

HSL color Cylindrical-coordinate representation of color #2851CE: hue angle of 225.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2851CE is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 81 206 -
CMYK 0.81 0.61 0 0.19
HSL 225.18º 0.67% 0.48% -
HSV(B) 225.18º 0.81% 0.81% -
XYZ 14.96 10.79 59.69 -
YUV 82.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 40 81 206 0.81 0.61 0 0.19 225.18 0.67 0.48
Hex 28 51 CE 51 3D 0 13 E1 43 30
Octal 50 121 316 121 75 0 23 341 103 60
Binary 101000 1010001 11001110 1010001 111101 0 10011 11100001 1000011 110000

Color Harmonies of #2851CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2851CE

Black with #2851CE

Text Example


Text Example

White with #2851CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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