Html Css Color HEX #2861C6 Cerulean Blue

📋 copy color: '#2861C6'

red 40 ◦ green 97 ◦ blue 198

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

Shades of Cerulean Blue #2861C6

Tints of Cerulean Blue #2861C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 59.1%

R = 11.94%
G = 28.96%
B = 59.1%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2861C6 (or 0x2861C6) is known color: Cerulean Blue. HEX triplet: 28, 61 and C6. RGB value is (40,97,198). Sum of RGB (Red+Green+Blue) = 40+97+198=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #2861C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2861C6 is #D79E39. Grayscale: #5B5B5B. Windows color (decimal): -14130746 or 13001000. OLE color: 13001000.

HSL color Cylindrical-coordinate representation of color #2861C6: hue angle of 218.35º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2861C6 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 97 198 -
CMYK 0.80 0.51 0 0.22
HSL 218.35º 0.66% 0.47% -
HSV(B) 218.35º 0.8% 0.78% -
XYZ 15.34 13.08 55.14 -
YUV 91.47 188.12 91.29 -
System Red Green Blue C M Y K H S L
Decimal 40 97 198 0.80 0.51 0 0.22 218.35 0.66 0.47
Hex 28 61 C6 50 33 0 16 DA 42 2F
Octal 50 141 306 120 63 0 26 332 102 57
Binary 101000 1100001 11000110 1010000 110011 0 10110 11011010 1000010 101111

Color Harmonies of #2861C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2861C6

Black with #2861C6

Text Example


Text Example

White with #2861C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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