Html Css Color HEX #213BDF Persian Blue

📋 copy color: '#213BDF'

red 33 ◦ green 59 ◦ blue 223

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

Shades of Persian Blue #213BDF

Tints of Persian Blue #213BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 223 (87.5% from 255) = 70.79%

R = 10.48%
G = 18.73%
B = 70.79%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#213BDF (or 0x213BDF) is known color: Persian Blue. HEX triplet: 21, 3B and DF. RGB value is (33,59,223). Sum of RGB (Red+Green+Blue) = 33+59+223=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #213BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BDF is #DEC420. Grayscale: #454545. Windows color (decimal): -14599201 or 14629665. OLE color: 14629665.

HSL color Cylindrical-coordinate representation of color #213BDF: hue angle of 231.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213BDF is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 59 223 -
CMYK 0.85 0.74 0 0.13
HSL 231.79º 0.75% 0.5% -
HSV(B) 231.79º 0.85% 0.87% -
XYZ 15.51 8.78 70.69 -
YUV 69.92 214.39 101.66 -
System Red Green Blue C M Y K H S L
Decimal 33 59 223 0.85 0.74 0 0.13 231.79 0.75 0.5
Hex 21 3B DF 55 4A 0 D E8 4B 32
Octal 41 73 337 125 112 0 15 350 113 62
Binary 100001 111011 11011111 1010101 1001010 0 1101 11101000 1001011 110010

Color Harmonies of #213BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BDF

Black with #213BDF

Text Example


Text Example

White with #213BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,59,223); }

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

background-color css

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

 a { background-color: rgb(33,59,223); }

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

border-color css

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

 span { border-color: rgb(33,59,223); }

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