Html Css Color HEX #2146CC Cerulean Blue

📋 copy color: '#2146CC'

red 33 ◦ green 70 ◦ blue 204

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

Shades of Cerulean Blue #2146CC

Tints of Cerulean Blue #2146CC

RGB

 RED value IS 33 (13.28% from 255) = 10.75%

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

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

R = 10.75%
G = 22.8%
B = 66.45%

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

#2146CC (or 0x2146CC) is known color: Cerulean Blue. HEX triplet: 21, 46 and CC. RGB value is (33,70,204). Sum of RGB (Red+Green+Blue) = 33+70+204=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #2146CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146CC is #DEB933. Grayscale: #494949. Windows color (decimal): -14596404 or 13387297. OLE color: 13387297.

HSL color Cylindrical-coordinate representation of color #2146CC: hue angle of 227.02º degrees, saturation: 0.72, 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 #2146CC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 70 204 -
CMYK 0.84 0.66 0 0.2
HSL 227.02º 0.72% 0.46% -
HSV(B) 227.02º 0.84% 0.8% -
XYZ 13.72 9.06 58.15 -
YUV 74.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 33 70 204 0.84 0.66 0 0.2 227.02 0.72 0.46
Hex 21 46 CC 54 42 0 14 E3 48 2E
Octal 41 106 314 124 102 0 24 343 110 56
Binary 100001 1000110 11001100 1010100 1000010 0 10100 11100011 1001000 101110

Color Harmonies of #2146CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2146CC

Black with #2146CC

Text Example


Text Example

White with #2146CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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