Html Css Color HEX #2861BC Cerulean Blue

📋 copy color: '#2861BC'

red 40 ◦ green 97 ◦ blue 188

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

Shades of Cerulean Blue #2861BC

Tints of Cerulean Blue #2861BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 12.31%
G = 29.85%
B = 57.85%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2861BC (or 0x2861BC) is known color: Cerulean Blue. HEX triplet: 28, 61 and BC. RGB value is (40,97,188). Sum of RGB (Red+Green+Blue) = 40+97+188=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #2861BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2861BC is #D79E43. Grayscale: #595959. Windows color (decimal): -14130756 or 12345640. OLE color: 12345640.

HSL color Cylindrical-coordinate representation of color #2861BC: hue angle of 216.89º 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 #2861BC is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 97 188 -
CMYK 0.79 0.48 0 0.26
HSL 216.89º 0.65% 0.45% -
HSV(B) 216.89º 0.79% 0.74% -
XYZ 14.23 12.63 49.27 -
YUV 90.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 40 97 188 0.79 0.48 0 0.26 216.89 0.65 0.45
Hex 28 61 BC 4F 30 0 1A D9 41 2D
Octal 50 141 274 117 60 0 32 331 101 55
Binary 101000 1100001 10111100 1001111 110000 0 11010 11011001 1000001 101101

Color Harmonies of #2861BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2861BC

Black with #2861BC

Text Example


Text Example

White with #2861BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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