Html Css Color HEX #2149DD Cerulean Blue

📋 copy color: '#2149DD'

red 33 ◦ green 73 ◦ blue 221

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

Shades of Cerulean Blue #2149DD

Tints of Cerulean Blue #2149DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 10.09%
G = 22.32%
B = 67.58%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2149DD (or 0x2149DD) is known color: Cerulean Blue. HEX triplet: 21, 49 and DD. RGB value is (33,73,221). Sum of RGB (Red+Green+Blue) = 33+73+221=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #2149DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149DD is #DEB622. Grayscale: #4D4D4D. Windows color (decimal): -14595619 or 14502177. OLE color: 14502177.

HSL color Cylindrical-coordinate representation of color #2149DD: hue angle of 227.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2149DD is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 73 221 -
CMYK 0.85 0.67 0 0.13
HSL 227.23º 0.74% 0.5% -
HSV(B) 227.23º 0.85% 0.87% -
XYZ 16.06 10.31 69.55 -
YUV 77.91 208.75 95.97 -
System Red Green Blue C M Y K H S L
Decimal 33 73 221 0.85 0.67 0 0.13 227.23 0.74 0.5
Hex 21 49 DD 55 43 0 D E3 4A 32
Octal 41 111 335 125 103 0 15 343 112 62
Binary 100001 1001001 11011101 1010101 1000011 0 1101 11100011 1001010 110010

Color Harmonies of #2149DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149DD

Black with #2149DD

Text Example


Text Example

White with #2149DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2149DD; }

 p { color: rgb(33,73,221); }

 H1.HeaderClassName
 {
   color: #2149DD;
 }
 .AnyTagClassName
 {
   color: #2149DD;
 }
</style>

background-color css

<style>
 a { background-color: #2149DD; }

 a { background-color: rgb(33,73,221); }

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

border-color css

<style>
 span { border-color: #2149DD; }

 span { border-color: rgb(33,73,221); }

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