Html Css Color HEX #212FE6 Persian Blue

📋 copy color: '#212FE6'

red 33 ◦ green 47 ◦ blue 230

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

Shades of Persian Blue #212FE6

Tints of Persian Blue #212FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 74.19%

R = 10.65%
G = 15.16%
B = 74.19%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#212FE6 (or 0x212FE6) is known color: Persian Blue. HEX triplet: 21, 2F and E6. RGB value is (33,47,230). Sum of RGB (Red+Green+Blue) = 33+47+230=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #212FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FE6 is #DED019. Grayscale: #3E3E3E. Windows color (decimal): -14602266 or 15085345. OLE color: 15085345.

HSL color Cylindrical-coordinate representation of color #212FE6: hue angle of 235.74º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212FE6 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 47 230 -
CMYK 0.86 0.80 0 0.10
HSL 235.74º 0.8% 0.52% -
HSV(B) 235.74º 0.86% 0.9% -
XYZ 15.93 8.07 75.58 -
YUV 63.68 221.86 106.12 -
System Red Green Blue C M Y K H S L
Decimal 33 47 230 0.86 0.80 0 0.10 235.74 0.8 0.52
Hex 21 2F E6 56 50 0 A EC 50 34
Octal 41 57 346 126 120 0 12 354 120 64
Binary 100001 101111 11100110 1010110 1010000 0 1010 11101100 1010000 110100

Color Harmonies of #212FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FE6

Black with #212FE6

Text Example


Text Example

White with #212FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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