Html Css Color HEX #2A46CE Cerulean Blue

📋 copy color: '#2A46CE'

red 42 ◦ green 70 ◦ blue 206

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

Shades of Cerulean Blue #2A46CE

Tints of Cerulean Blue #2A46CE

RGB

 RED value IS 42 (16.8% from 255) = 13.21%

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 13.21%
G = 22.01%
B = 64.78%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A46CE (or 0x2A46CE) is known color: Cerulean Blue. HEX triplet: 2A, 46 and CE. RGB value is (42,70,206). Sum of RGB (Red+Green+Blue) = 42+70+206=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A46CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A46CE is #D5B931. Grayscale: #4C4C4C. Windows color (decimal): -14006578 or 13518378. OLE color: 13518378.

HSL color Cylindrical-coordinate representation of color #2A46CE: hue angle of 229.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A46CE is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 70 206 -
CMYK 0.80 0.66 0 0.19
HSL 229.76º 0.66% 0.49% -
HSV(B) 229.76º 0.8% 0.81% -
XYZ 14.29 9.33 59.44 -
YUV 77.13 200.72 102.94 -
System Red Green Blue C M Y K H S L
Decimal 42 70 206 0.80 0.66 0 0.19 229.76 0.66 0.49
Hex 2A 46 CE 50 42 0 13 E6 42 31
Octal 52 106 316 120 102 0 23 346 102 61
Binary 101010 1000110 11001110 1010000 1000010 0 10011 11100110 1000010 110001

Color Harmonies of #2A46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A46CE

Black with #2A46CE

Text Example


Text Example

White with #2A46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A46CE; }

 p { color: rgb(42,70,206); }

 H1.HeaderClassName
 {
   color: #2A46CE;
 }
 .AnyTagClassName
 {
   color: #2A46CE;
 }
</style>

background-color css

<style>
 a { background-color: #2A46CE; }

 a { background-color: rgb(42,70,206); }

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

border-color css

<style>
 span { border-color: #2A46CE; }

 span { border-color: rgb(42,70,206); }

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