Html Css Color HEX #023FDF Persian Blue

📋 copy color: '#023FDF'

red 2 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #023FDF

Tints of Persian Blue #023FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.43%

R = 0.69%
G = 21.88%
B = 77.43%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#023FDF (or 0x023FDF) is known color: Persian Blue. HEX triplet: 02, 3F and DF. RGB value is (2,63,223). Sum of RGB (Red+Green+Blue) = 2+63+223=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #023FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FDF is #FDC020. Grayscale: #3E3E3E. Windows color (decimal): -16629793 or 14630658. OLE color: 14630658.

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

Color convert

RGB 2 63 223 -
CMYK 0.99 0.72 0 0.13
HSL 223.44º 0.98% 0.44% -
HSV(B) 223.44º 0.99% 0.87% -
XYZ 15.12 8.9 70.73 -
YUV 63 218.29 84.49 -
System Red Green Blue C M Y K H S L
Decimal 2 63 223 0.99 0.72 0 0.13 223.44 0.98 0.44
Hex 2 3F DF 63 48 0 D DF 62 2C
Octal 2 77 337 143 110 0 15 337 142 54
Binary 10 111111 11011111 1100011 1001000 0 1101 11011111 1100010 101100

Color Harmonies of #023FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FDF

Black with #023FDF

Text Example


Text Example

White with #023FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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