Html Css Color HEX #212EEF Persian Blue

📋 copy color: '#212EEF'

red 33 ◦ green 46 ◦ blue 239

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

Shades of Persian Blue #212EEF

Tints of Persian Blue #212EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.16%

R = 10.38%
G = 14.47%
B = 75.16%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#212EEF (or 0x212EEF) is known color: Persian Blue. HEX triplet: 21, 2E and EF. RGB value is (33,46,239). Sum of RGB (Red+Green+Blue) = 33+46+239=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #212EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212EEF is #DED110. Grayscale: #3F3F3F. Windows color (decimal): -14602513 or 15674913. OLE color: 15674913.

HSL color Cylindrical-coordinate representation of color #212EEF: hue angle of 236.21º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212EEF is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 46 239 -
CMYK 0.86 0.81 0 0.06
HSL 236.21º 0.87% 0.53% -
HSV(B) 236.21º 0.86% 0.94% -
XYZ 17.18 8.51 82.4 -
YUV 64.12 226.69 105.81 -
System Red Green Blue C M Y K H S L
Decimal 33 46 239 0.86 0.81 0 0.06 236.21 0.87 0.53
Hex 21 2E EF 56 51 0 6 EC 57 35
Octal 41 56 357 126 121 0 6 354 127 65
Binary 100001 101110 11101111 1010110 1010001 0 110 11101100 1010111 110101

Color Harmonies of #212EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EEF

Black with #212EEF

Text Example


Text Example

White with #212EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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