Html Css Color HEX #213FEA Persian Blue

📋 copy color: '#213FEA'

red 33 ◦ green 63 ◦ blue 234

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

Shades of Persian Blue #213FEA

Tints of Persian Blue #213FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 10%
G = 19.09%
B = 70.91%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#213FEA (or 0x213FEA) is known color: Persian Blue. HEX triplet: 21, 3F and EA. RGB value is (33,63,234). Sum of RGB (Red+Green+Blue) = 33+63+234=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #213FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213FEA is #DEC015. Grayscale: #484848. Windows color (decimal): -14598166 or 15351585. OLE color: 15351585.

HSL color Cylindrical-coordinate representation of color #213FEA: hue angle of 231.04º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213FEA is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 63 234 -
CMYK 0.86 0.73 0 0.08
HSL 231.04º 0.83% 0.52% -
HSV(B) 231.04º 0.86% 0.92% -
XYZ 17.26 9.82 78.83 -
YUV 73.52 218.56 99.1 -
System Red Green Blue C M Y K H S L
Decimal 33 63 234 0.86 0.73 0 0.08 231.04 0.83 0.52
Hex 21 3F EA 56 49 0 8 E7 53 34
Octal 41 77 352 126 111 0 10 347 123 64
Binary 100001 111111 11101010 1010110 1001001 0 1000 11100111 1010011 110100

Color Harmonies of #213FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FEA

Black with #213FEA

Text Example


Text Example

White with #213FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213FEA; }

 p { color: rgb(33,63,234); }

 H1.HeaderClassName
 {
   color: #213FEA;
 }
 .AnyTagClassName
 {
   color: #213FEA;
 }
</style>

background-color css

<style>
 a { background-color: #213FEA; }

 a { background-color: rgb(33,63,234); }

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

border-color css

<style>
 span { border-color: #213FEA; }

 span { border-color: rgb(33,63,234); }

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