Html Css Color HEX #2846DB Cerulean Blue

📋 copy color: '#2846DB'

red 40 ◦ green 70 ◦ blue 219

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

Shades of Cerulean Blue #2846DB

Tints of Cerulean Blue #2846DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.28%

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 12.16%
G = 21.28%
B = 66.57%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2846DB (or 0x2846DB) is known color: Cerulean Blue. HEX triplet: 28, 46 and DB. RGB value is (40,70,219). Sum of RGB (Red+Green+Blue) = 40+70+219=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #2846DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2846DB is #D7B924. Grayscale: #4D4D4D. Windows color (decimal): -14137637 or 14370344. OLE color: 14370344.

HSL color Cylindrical-coordinate representation of color #2846DB: hue angle of 229.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2846DB is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 70 219 -
CMYK 0.82 0.68 0 0.14
HSL 229.94º 0.71% 0.51% -
HSV(B) 229.94º 0.82% 0.86% -
XYZ 15.85 9.95 68.1 -
YUV 78.02 207.56 100.88 -
System Red Green Blue C M Y K H S L
Decimal 40 70 219 0.82 0.68 0 0.14 229.94 0.71 0.51
Hex 28 46 DB 52 44 0 E E6 47 33
Octal 50 106 333 122 104 0 16 346 107 63
Binary 101000 1000110 11011011 1010010 1000100 0 1110 11100110 1000111 110011

Color Harmonies of #2846DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2846DB

Black with #2846DB

Text Example


Text Example

White with #2846DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2846DB; }

 p { color: rgb(40,70,219); }

 H1.HeaderClassName
 {
   color: #2846DB;
 }
 .AnyTagClassName
 {
   color: #2846DB;
 }
</style>

background-color css

<style>
 a { background-color: #2846DB; }

 a { background-color: rgb(40,70,219); }

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

border-color css

<style>
 span { border-color: #2846DB; }

 span { border-color: rgb(40,70,219); }

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