Html Css Color HEX #2146D2 Cerulean Blue

📋 copy color: '#2146D2'

red 33 ◦ green 70 ◦ blue 210

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

Shades of Cerulean Blue #2146D2

Tints of Cerulean Blue #2146D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 67.09%

R = 10.54%
G = 22.36%
B = 67.09%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2146D2 (or 0x2146D2) is known color: Cerulean Blue. HEX triplet: 21, 46 and D2. RGB value is (33,70,210). Sum of RGB (Red+Green+Blue) = 33+70+210=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 210 (82.42% from 255 or 67.09% from 313); Max value from RGB is 210 - color contains mainly: blue. Hex color #2146D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146D2 is #DEB92D. Grayscale: #4A4A4A. Windows color (decimal): -14596398 or 13780513. OLE color: 13780513.

HSL color Cylindrical-coordinate representation of color #2146D2: hue angle of 227.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2146D2 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 70 210 -
CMYK 0.84 0.67 0 0.18
HSL 227.46º 0.73% 0.48% -
HSV(B) 227.46º 0.84% 0.82% -
XYZ 14.45 9.36 62.02 -
YUV 74.9 204.24 98.12 -
System Red Green Blue C M Y K H S L
Decimal 33 70 210 0.84 0.67 0 0.18 227.46 0.73 0.48
Hex 21 46 D2 54 43 0 12 E3 49 30
Octal 41 106 322 124 103 0 22 343 111 60
Binary 100001 1000110 11010010 1010100 1000011 0 10010 11100011 1001001 110000

Color Harmonies of #2146D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2146D2

Black with #2146D2

Text Example


Text Example

White with #2146D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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