Html Css Color HEX #213FDA Persian Blue

📋 copy color: '#213FDA'

red 33 ◦ green 63 ◦ blue 218

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

Shades of Persian Blue #213FDA

Tints of Persian Blue #213FDA

RGB

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

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

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

R = 10.51%
G = 20.06%
B = 69.43%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#213FDA (or 0x213FDA) is known color: Persian Blue. HEX triplet: 21, 3F and DA. RGB value is (33,63,218). Sum of RGB (Red+Green+Blue) = 33+63+218=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #213FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FDA is #DEC025. Grayscale: #474747. Windows color (decimal): -14598182 or 14303009. OLE color: 14303009.

HSL color Cylindrical-coordinate representation of color #213FDA: hue angle of 230.27º 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 #213FDA is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 63 218 -
CMYK 0.85 0.71 0 0.15
HSL 230.27º 0.74% 0.49% -
HSV(B) 230.27º 0.85% 0.85% -
XYZ 15.06 8.94 67.26 -
YUV 71.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 33 63 218 0.85 0.71 0 0.15 230.27 0.74 0.49
Hex 21 3F DA 55 47 0 F E6 4A 31
Octal 41 77 332 125 107 0 17 346 112 61
Binary 100001 111111 11011010 1010101 1000111 0 1111 11100110 1001010 110001

Color Harmonies of #213FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FDA

Black with #213FDA

Text Example


Text Example

White with #213FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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