Html Css Color HEX #023FD1 Persian Blue

📋 copy color: '#023FD1'

red 2 ◦ green 63 ◦ blue 209

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

Shades of Persian Blue #023FD1

Tints of Persian Blue #023FD1

RGB

 RED value IS 2 (1.17% from 255) = 0.73%

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 209 (82.03% from 255) = 76.28%

R = 0.73%
G = 22.99%
B = 76.28%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#023FD1 (or 0x023FD1) is known color: Persian Blue. HEX triplet: 02, 3F and D1. RGB value is (2,63,209). Sum of RGB (Red+Green+Blue) = 2+63+209=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 209 (82.03% from 255 or 76.28% from 274); Max value from RGB is 209 - color contains mainly: blue. Hex color #023FD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FD1 is #FDC02E. Grayscale: #3C3C3C. Windows color (decimal): -16629807 or 13713154. OLE color: 13713154.

HSL color Cylindrical-coordinate representation of color #023FD1: hue angle of 222.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FD1 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 63 209 -
CMYK 0.99 0.70 0 0.18
HSL 222.32º 0.98% 0.41% -
HSV(B) 222.32º 0.99% 0.82% -
XYZ 13.31 8.17 61.2 -
YUV 61.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 2 63 209 0.99 0.70 0 0.18 222.32 0.98 0.41
Hex 2 3F D1 63 46 0 12 DE 62 29
Octal 2 77 321 143 106 0 22 336 142 51
Binary 10 111111 11010001 1100011 1000110 0 10010 11011110 1100010 101001

Color Harmonies of #023FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FD1

Black with #023FD1

Text Example


Text Example

White with #023FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023FD1; }

 p { color: rgb(2,63,209); }

 H1.HeaderClassName
 {
   color: #023FD1;
 }
 .AnyTagClassName
 {
   color: #023FD1;
 }
</style>

background-color css

<style>
 a { background-color: #023FD1; }

 a { background-color: rgb(2,63,209); }

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

border-color css

<style>
 span { border-color: #023FD1; }

 span { border-color: rgb(2,63,209); }

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