Html Css Color HEX #2862BB Cerulean Blue

📋 copy color: '#2862BB'

red 40 ◦ green 98 ◦ blue 187

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

Shades of Cerulean Blue #2862BB

Tints of Cerulean Blue #2862BB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 12.31%
G = 30.15%
B = 57.54%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2862BB (or 0x2862BB) is known color: Cerulean Blue. HEX triplet: 28, 62 and BB. RGB value is (40,98,187). Sum of RGB (Red+Green+Blue) = 40+98+187=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #2862BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862BB is #D79D44. Grayscale: #5A5A5A. Windows color (decimal): -14130501 or 12280360. OLE color: 12280360.

HSL color Cylindrical-coordinate representation of color #2862BB: hue angle of 216.33º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2862BB is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 98 187 -
CMYK 0.79 0.48 0 0.27
HSL 216.33º 0.65% 0.45% -
HSV(B) 216.33º 0.79% 0.73% -
XYZ 14.21 12.77 48.73 -
YUV 90.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 40 98 187 0.79 0.48 0 0.27 216.33 0.65 0.45
Hex 28 62 BB 4F 30 0 1B D8 41 2D
Octal 50 142 273 117 60 0 33 330 101 55
Binary 101000 1100010 10111011 1001111 110000 0 11011 11011000 1000001 101101

Color Harmonies of #2862BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2862BB

Black with #2862BB

Text Example


Text Example

White with #2862BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2862BB; }

 p { color: rgb(40,98,187); }

 H1.HeaderClassName
 {
   color: #2862BB;
 }
 .AnyTagClassName
 {
   color: #2862BB;
 }
</style>

background-color css

<style>
 a { background-color: #2862BB; }

 a { background-color: rgb(40,98,187); }

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

border-color css

<style>
 span { border-color: #2862BB; }

 span { border-color: rgb(40,98,187); }

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