Html Css Color HEX #2147DE Cerulean Blue

📋 copy color: '#2147DE'

red 33 ◦ green 71 ◦ blue 222

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

Shades of Cerulean Blue #2147DE

Tints of Cerulean Blue #2147DE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 10.12%
G = 21.78%
B = 68.1%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2147DE (or 0x2147DE) is known color: Cerulean Blue. HEX triplet: 21, 47 and DE. RGB value is (33,71,222). Sum of RGB (Red+Green+Blue) = 33+71+222=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #2147DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147DE is #DEB821. Grayscale: #4C4C4C. Windows color (decimal): -14596130 or 14567201. OLE color: 14567201.

HSL color Cylindrical-coordinate representation of color #2147DE: hue angle of 227.94º 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 #2147DE is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 71 222 -
CMYK 0.85 0.68 0 0.13
HSL 227.94º 0.74% 0.5% -
HSV(B) 227.94º 0.85% 0.87% -
XYZ 16.07 10.1 70.21 -
YUV 76.85 209.91 96.72 -
System Red Green Blue C M Y K H S L
Decimal 33 71 222 0.85 0.68 0 0.13 227.94 0.74 0.5
Hex 21 47 DE 55 44 0 D E4 4A 32
Octal 41 107 336 125 104 0 15 344 112 62
Binary 100001 1000111 11011110 1010101 1000100 0 1101 11100100 1001010 110010

Color Harmonies of #2147DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147DE

Black with #2147DE

Text Example


Text Example

White with #2147DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2147DE; }

 p { color: rgb(33,71,222); }

 H1.HeaderClassName
 {
   color: #2147DE;
 }
 .AnyTagClassName
 {
   color: #2147DE;
 }
</style>

background-color css

<style>
 a { background-color: #2147DE; }

 a { background-color: rgb(33,71,222); }

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

border-color css

<style>
 span { border-color: #2147DE; }

 span { border-color: rgb(33,71,222); }

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