Html Css Color HEX #2149CE Cerulean Blue

📋 copy color: '#2149CE'

red 33 ◦ green 73 ◦ blue 206

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

Shades of Cerulean Blue #2149CE

Tints of Cerulean Blue #2149CE

RGB

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

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

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

R = 10.58%
G = 23.4%
B = 66.03%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2149CE (or 0x2149CE) is known color: Cerulean Blue. HEX triplet: 21, 49 and CE. RGB value is (33,73,206). Sum of RGB (Red+Green+Blue) = 33+73+206=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #2149CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149CE is #DEB631. Grayscale: #4B4B4B. Windows color (decimal): -14595634 or 13519137. OLE color: 13519137.

HSL color Cylindrical-coordinate representation of color #2149CE: hue angle of 226.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2149CE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 73 206 -
CMYK 0.84 0.65 0 0.19
HSL 226.13º 0.72% 0.47% -
HSV(B) 226.13º 0.84% 0.81% -
XYZ 14.15 9.54 59.49 -
YUV 76.2 201.25 97.19 -
System Red Green Blue C M Y K H S L
Decimal 33 73 206 0.84 0.65 0 0.19 226.13 0.72 0.47
Hex 21 49 CE 54 41 0 13 E2 48 2F
Octal 41 111 316 124 101 0 23 342 110 57
Binary 100001 1001001 11001110 1010100 1000001 0 10011 11100010 1001000 101111

Color Harmonies of #2149CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149CE

Black with #2149CE

Text Example


Text Example

White with #2149CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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