Html Css Color HEX #213DDE Persian Blue

📋 copy color: '#213DDE'

red 33 ◦ green 61 ◦ blue 222

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

Shades of Persian Blue #213DDE

Tints of Persian Blue #213DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.25%

R = 10.44%
G = 19.3%
B = 70.25%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#213DDE (or 0x213DDE) is known color: Persian Blue. HEX triplet: 21, 3D and DE. RGB value is (33,61,222). Sum of RGB (Red+Green+Blue) = 33+61+222=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #213DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DDE is #DEC221. Grayscale: #464646. Windows color (decimal): -14598690 or 14564641. OLE color: 14564641.

HSL color Cylindrical-coordinate representation of color #213DDE: hue angle of 231.11º degrees, saturation: 0.74, 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 #213DDE is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 61 222 -
CMYK 0.85 0.73 0 0.13
HSL 231.11º 0.74% 0.5% -
HSV(B) 231.11º 0.85% 0.87% -
XYZ 15.48 8.93 70.02 -
YUV 70.98 213.22 100.91 -
System Red Green Blue C M Y K H S L
Decimal 33 61 222 0.85 0.73 0 0.13 231.11 0.74 0.5
Hex 21 3D DE 55 49 0 D E7 4A 32
Octal 41 75 336 125 111 0 15 347 112 62
Binary 100001 111101 11011110 1010101 1001001 0 1101 11100111 1001010 110010

Color Harmonies of #213DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DDE

Black with #213DDE

Text Example


Text Example

White with #213DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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