Html Css Color HEX #2846DA Cerulean Blue

📋 copy color: '#2846DA'

red 40 ◦ green 70 ◦ blue 218

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

Shades of Cerulean Blue #2846DA

Tints of Cerulean Blue #2846DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 12.2%
G = 21.34%
B = 66.46%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2846DA (or 0x2846DA) is known color: Cerulean Blue. HEX triplet: 28, 46 and DA. RGB value is (40,70,218). Sum of RGB (Red+Green+Blue) = 40+70+218=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #2846DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2846DA is #D7B925. Grayscale: #4D4D4D. Windows color (decimal): -14137638 or 14304808. OLE color: 14304808.

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

Color convert

RGB 40 70 218 -
CMYK 0.82 0.68 0 0.15
HSL 229.89º 0.71% 0.51% -
HSV(B) 229.89º 0.82% 0.85% -
XYZ 15.72 9.89 67.41 -
YUV 77.9 207.06 100.97 -
System Red Green Blue C M Y K H S L
Decimal 40 70 218 0.82 0.68 0 0.15 229.89 0.71 0.51
Hex 28 46 DA 52 44 0 F E6 47 33
Octal 50 106 332 122 104 0 17 346 107 63
Binary 101000 1000110 11011010 1010010 1000100 0 1111 11100110 1000111 110011

Color Harmonies of #2846DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2846DA

Black with #2846DA

Text Example


Text Example

White with #2846DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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