Html Css Color HEX #212EDC Persian Blue

📋 copy color: '#212EDC'

red 33 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #212EDC

Tints of Persian Blue #212EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

 BLUE value IS 220 (86.33% from 255) = 73.58%

R = 11.04%
G = 15.38%
B = 73.58%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#212EDC (or 0x212EDC) is known color: Persian Blue. HEX triplet: 21, 2E and DC. RGB value is (33,46,220). Sum of RGB (Red+Green+Blue) = 33+46+220=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #212EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EDC is #DED123. Grayscale: #3D3D3D. Windows color (decimal): -14602532 or 14429729. OLE color: 14429729.

HSL color Cylindrical-coordinate representation of color #212EDC: hue angle of 235.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212EDC is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 46 220 -
CMYK 0.85 0.79 0 0.14
HSL 235.83º 0.74% 0.5% -
HSV(B) 235.83º 0.85% 0.86% -
XYZ 14.52 7.44 68.38 -
YUV 61.95 217.19 107.35 -
System Red Green Blue C M Y K H S L
Decimal 33 46 220 0.85 0.79 0 0.14 235.83 0.74 0.5
Hex 21 2E DC 55 4F 0 E EC 4A 32
Octal 41 56 334 125 117 0 16 354 112 62
Binary 100001 101110 11011100 1010101 1001111 0 1110 11101100 1001010 110010

Color Harmonies of #212EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EDC

Black with #212EDC

Text Example


Text Example

White with #212EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212EDC; }

 p { color: rgb(33,46,220); }

 H1.HeaderClassName
 {
   color: #212EDC;
 }
 .AnyTagClassName
 {
   color: #212EDC;
 }
</style>

background-color css

<style>
 a { background-color: #212EDC; }

 a { background-color: rgb(33,46,220); }

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

border-color css

<style>
 span { border-color: #212EDC; }

 span { border-color: rgb(33,46,220); }

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