Html Css Color HEX #212EDA Persian Blue

📋 copy color: '#212EDA'

red 33 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #212EDA

Tints of Persian Blue #212EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.4%

R = 11.11%
G = 15.49%
B = 73.4%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#212EDA (or 0x212EDA) is known color: Persian Blue. HEX triplet: 21, 2E and DA. RGB value is (33,46,218). Sum of RGB (Red+Green+Blue) = 33+46+218=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #212EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EDA is #DED125. Grayscale: #3D3D3D. Windows color (decimal): -14602534 or 14298657. OLE color: 14298657.

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

Color convert

RGB 33 46 218 -
CMYK 0.85 0.79 0 0.15
HSL 235.78º 0.74% 0.49% -
HSV(B) 235.78º 0.85% 0.85% -
XYZ 14.26 7.34 66.99 -
YUV 61.72 216.19 107.51 -
System Red Green Blue C M Y K H S L
Decimal 33 46 218 0.85 0.79 0 0.15 235.78 0.74 0.49
Hex 21 2E DA 55 4F 0 F EC 4A 31
Octal 41 56 332 125 117 0 17 354 112 61
Binary 100001 101110 11011010 1010101 1001111 0 1111 11101100 1001010 110001

Color Harmonies of #212EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EDA

Black with #212EDA

Text Example


Text Example

White with #212EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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