Html Css Color HEX #2046CC Cerulean Blue

📋 copy color: '#2046CC'

red 32 ◦ green 70 ◦ blue 204

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

Shades of Cerulean Blue #2046CC

Tints of Cerulean Blue #2046CC

RGB

 RED value IS 32 (12.89% from 255) = 10.46%

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 10.46%
G = 22.88%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2046CC (or 0x2046CC) is known color: Cerulean Blue. HEX triplet: 20, 46 and CC. RGB value is (32,70,204). Sum of RGB (Red+Green+Blue) = 32+70+204=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #2046CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2046CC is #DFB933. Grayscale: #494949. Windows color (decimal): -14661940 or 13387296. OLE color: 13387296.

HSL color Cylindrical-coordinate representation of color #2046CC: hue angle of 226.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2046CC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 70 204 -
CMYK 0.84 0.66 0 0.2
HSL 226.74º 0.73% 0.46% -
HSV(B) 226.74º 0.84% 0.8% -
XYZ 13.68 9.05 58.15 -
YUV 73.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 32 70 204 0.84 0.66 0 0.2 226.74 0.73 0.46
Hex 20 46 CC 54 42 0 14 E3 49 2E
Octal 40 106 314 124 102 0 24 343 111 56
Binary 100000 1000110 11001100 1010100 1000010 0 10100 11100011 1001001 101110

Color Harmonies of #2046CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2046CC

Black with #2046CC

Text Example


Text Example

White with #2046CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2046CC; }

 p { color: rgb(32,70,204); }

 H1.HeaderClassName
 {
   color: #2046CC;
 }
 .AnyTagClassName
 {
   color: #2046CC;
 }
</style>

background-color css

<style>
 a { background-color: #2046CC; }

 a { background-color: rgb(32,70,204); }

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

border-color css

<style>
 span { border-color: #2046CC; }

 span { border-color: rgb(32,70,204); }

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