Html Css Color HEX #023FDB Persian Blue

📋 copy color: '#023FDB'

red 2 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #023FDB

Tints of Persian Blue #023FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 0.7%
G = 22.18%
B = 77.11%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#023FDB (or 0x023FDB) is known color: Persian Blue. HEX triplet: 02, 3F and DB. RGB value is (2,63,219). Sum of RGB (Red+Green+Blue) = 2+63+219=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #023FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FDB is #FDC024. Grayscale: #3D3D3D. Windows color (decimal): -16629797 or 14368514. OLE color: 14368514.

HSL color Cylindrical-coordinate representation of color #023FDB: hue angle of 223.13º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FDB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 63 219 -
CMYK 0.99 0.71 0 0.14
HSL 223.13º 0.98% 0.43% -
HSV(B) 223.13º 0.99% 0.86% -
XYZ 14.59 8.68 67.92 -
YUV 62.55 216.29 84.82 -
System Red Green Blue C M Y K H S L
Decimal 2 63 219 0.99 0.71 0 0.14 223.13 0.98 0.43
Hex 2 3F DB 63 47 0 E DF 62 2B
Octal 2 77 333 143 107 0 16 337 142 53
Binary 10 111111 11011011 1100011 1000111 0 1110 11011111 1100010 101011

Color Harmonies of #023FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FDB

Black with #023FDB

Text Example


Text Example

White with #023FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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