Html Css Color HEX #213ECF Persian Blue

📋 copy color: '#213ECF'

red 33 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #213ECF

Tints of Persian Blue #213ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.53%

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 10.93%
G = 20.53%
B = 68.54%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#213ECF (or 0x213ECF) is known color: Persian Blue. HEX triplet: 21, 3E and CF. RGB value is (33,62,207). Sum of RGB (Red+Green+Blue) = 33+62+207=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #213ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ECF is #DEC130. Grayscale: #454545. Windows color (decimal): -14598449 or 13581857. OLE color: 13581857.

HSL color Cylindrical-coordinate representation of color #213ECF: hue angle of 230º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213ECF is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 62 207 -
CMYK 0.84 0.70 0 0.19
HSL 230º 0.73% 0.47% -
HSV(B) 230º 0.84% 0.81% -
XYZ 13.61 8.27 59.91 -
YUV 69.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 33 62 207 0.84 0.70 0 0.19 230 0.73 0.47
Hex 21 3E CF 54 46 0 13 E6 48 2F
Octal 41 76 317 124 106 0 23 346 110 57
Binary 100001 111110 11001111 1010100 1000110 0 10011 11100110 1001000 101111

Color Harmonies of #213ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213ECF

Black with #213ECF

Text Example


Text Example

White with #213ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,207); }

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

background-color css

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

 a { background-color: rgb(33,62,207); }

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

border-color css

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

 span { border-color: rgb(33,62,207); }

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