Html Css Color HEX #213DED Persian Blue

📋 copy color: '#213DED'

red 33 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #213DED

Tints of Persian Blue #213DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

 BLUE value IS 237 (92.97% from 255) = 71.6%

R = 9.97%
G = 18.43%
B = 71.6%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#213DED (or 0x213DED) is known color: Persian Blue. HEX triplet: 21, 3D and ED. RGB value is (33,61,237). Sum of RGB (Red+Green+Blue) = 33+61+237=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #213DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DED is #DEC212. Grayscale: #474747. Windows color (decimal): -14598675 or 15547681. OLE color: 15547681.

HSL color Cylindrical-coordinate representation of color #213DED: hue angle of 231.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213DED is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 61 237 -
CMYK 0.86 0.74 0 0.07
HSL 231.76º 0.85% 0.53% -
HSV(B) 231.76º 0.86% 0.93% -
XYZ 17.58 9.78 81.08 -
YUV 72.69 220.72 99.69 -
System Red Green Blue C M Y K H S L
Decimal 33 61 237 0.86 0.74 0 0.07 231.76 0.85 0.53
Hex 21 3D ED 56 4A 0 7 E8 55 35
Octal 41 75 355 126 112 0 7 350 125 65
Binary 100001 111101 11101101 1010110 1001010 0 111 11101000 1010101 110101

Color Harmonies of #213DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DED

Black with #213DED

Text Example


Text Example

White with #213DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,237); }

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

background-color css

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

 a { background-color: rgb(33,61,237); }

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

border-color css

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

 span { border-color: rgb(33,61,237); }

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