Html Css Color HEX #213DCF Persian Blue

📋 copy color: '#213DCF'

red 33 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #213DCF

Tints of Persian Blue #213DCF

RGB

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

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

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

R = 10.96%
G = 20.27%
B = 68.77%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#213DCF (or 0x213DCF) is known color: Persian Blue. HEX triplet: 21, 3D and CF. RGB value is (33,61,207). Sum of RGB (Red+Green+Blue) = 33+61+207=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #213DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DCF is #DEC230. Grayscale: #444444. Windows color (decimal): -14598705 or 13581601. OLE color: 13581601.

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

Color convert

RGB 33 61 207 -
CMYK 0.84 0.71 0 0.19
HSL 230.34º 0.73% 0.47% -
HSV(B) 230.34º 0.84% 0.81% -
XYZ 13.56 8.17 59.89 -
YUV 69.27 205.72 102.13 -
System Red Green Blue C M Y K H S L
Decimal 33 61 207 0.84 0.71 0 0.19 230.34 0.73 0.47
Hex 21 3D CF 54 47 0 13 E6 48 2F
Octal 41 75 317 124 107 0 23 346 110 57
Binary 100001 111101 11001111 1010100 1000111 0 10011 11100110 1001000 101111

Color Harmonies of #213DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DCF

Black with #213DCF

Text Example


Text Example

White with #213DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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