Html Css Color HEX #202FDD Persian Blue

📋 copy color: '#202FDD'

red 32 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #202FDD

Tints of Persian Blue #202FDD

RGB

 RED value IS 32 (12.89% from 255) = 10.67%

 GREEN value IS 47 (18.75% from 255) = 15.67%

 BLUE value IS 221 (86.72% from 255) = 73.67%

R = 10.67%
G = 15.67%
B = 73.67%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#202FDD (or 0x202FDD) is known color: Persian Blue. HEX triplet: 20, 2F and DD. RGB value is (32,47,221). Sum of RGB (Red+Green+Blue) = 32+47+221=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #202FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FDD is #DFD022. Grayscale: #3D3D3D. Windows color (decimal): -14667811 or 14495520. OLE color: 14495520.

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

Color convert

RGB 32 47 221 -
CMYK 0.86 0.79 0 0.13
HSL 235.24º 0.75% 0.5% -
HSV(B) 235.24º 0.86% 0.87% -
XYZ 14.66 7.56 69.09 -
YUV 62.35 217.53 106.35 -
System Red Green Blue C M Y K H S L
Decimal 32 47 221 0.86 0.79 0 0.13 235.24 0.75 0.5
Hex 20 2F DD 56 4F 0 D EB 4B 32
Octal 40 57 335 126 117 0 15 353 113 62
Binary 100000 101111 11011101 1010110 1001111 0 1101 11101011 1001011 110010

Color Harmonies of #202FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202FDD

Black with #202FDD

Text Example


Text Example

White with #202FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202FDD; }

 p { color: rgb(32,47,221); }

 H1.HeaderClassName
 {
   color: #202FDD;
 }
 .AnyTagClassName
 {
   color: #202FDD;
 }
</style>

background-color css

<style>
 a { background-color: #202FDD; }

 a { background-color: rgb(32,47,221); }

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

border-color css

<style>
 span { border-color: #202FDD; }

 span { border-color: rgb(32,47,221); }

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