Html Css Color HEX #023FDC Persian Blue

📋 copy color: '#023FDC'

red 2 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #023FDC

Tints of Persian Blue #023FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 77.19%

R = 0.7%
G = 22.11%
B = 77.19%

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

#023FDC (or 0x023FDC) is known color: Persian Blue. HEX triplet: 02, 3F and DC. RGB value is (2,63,220). Sum of RGB (Red+Green+Blue) = 2+63+220=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #023FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FDC is #FDC023. Grayscale: #3D3D3D. Windows color (decimal): -16629796 or 14434050. OLE color: 14434050.

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

Color convert

RGB 2 63 220 -
CMYK 0.99 0.71 0 0.14
HSL 223.21º 0.98% 0.44% -
HSV(B) 223.21º 0.99% 0.86% -
XYZ 14.72 8.74 68.62 -
YUV 62.66 216.79 84.73 -
System Red Green Blue C M Y K H S L
Decimal 2 63 220 0.99 0.71 0 0.14 223.21 0.98 0.44
Hex 2 3F DC 63 47 0 E DF 62 2C
Octal 2 77 334 143 107 0 16 337 142 54
Binary 10 111111 11011100 1100011 1000111 0 1110 11011111 1100010 101100

Color Harmonies of #023FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FDC

Black with #023FDC

Text Example


Text Example

White with #023FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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