Html Css Color HEX #212FEF Persian Blue

📋 copy color: '#212FEF'

red 33 ◦ green 47 ◦ blue 239

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

Shades of Persian Blue #212FEF

Tints of Persian Blue #212FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

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

R = 10.34%
G = 14.73%
B = 74.92%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#212FEF (or 0x212FEF) is known color: Persian Blue. HEX triplet: 21, 2F and EF. RGB value is (33,47,239). Sum of RGB (Red+Green+Blue) = 33+47+239=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #212FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FEF is #DED010. Grayscale: #3F3F3F. Windows color (decimal): -14602257 or 15675169. OLE color: 15675169.

HSL color Cylindrical-coordinate representation of color #212FEF: hue angle of 235.92º 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 #212FEF is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 47 239 -
CMYK 0.86 0.80 0 0.06
HSL 235.92º 0.87% 0.53% -
HSV(B) 235.92º 0.86% 0.94% -
XYZ 17.22 8.59 82.41 -
YUV 64.7 226.36 105.39 -
System Red Green Blue C M Y K H S L
Decimal 33 47 239 0.86 0.80 0 0.06 235.92 0.87 0.53
Hex 21 2F EF 56 50 0 6 EC 57 35
Octal 41 57 357 126 120 0 6 354 127 65
Binary 100001 101111 11101111 1010110 1010000 0 110 11101100 1010111 110101

Color Harmonies of #212FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FEF

Black with #212FEF

Text Example


Text Example

White with #212FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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