Html Css Color HEX #023FDE Persian Blue

📋 copy color: '#023FDE'

red 2 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #023FDE

Tints of Persian Blue #023FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.35%

R = 0.7%
G = 21.95%
B = 77.35%

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

#023FDE (or 0x023FDE) is known color: Persian Blue. HEX triplet: 02, 3F and DE. RGB value is (2,63,222). Sum of RGB (Red+Green+Blue) = 2+63+222=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #023FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FDE is #FDC021. Grayscale: #3E3E3E. Windows color (decimal): -16629794 or 14565122. OLE color: 14565122.

HSL color Cylindrical-coordinate representation of color #023FDE: hue angle of 223.36º 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 #023FDE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 63 222 -
CMYK 0.99 0.72 0 0.13
HSL 223.36º 0.98% 0.44% -
HSV(B) 223.36º 0.99% 0.87% -
XYZ 14.99 8.84 70.02 -
YUV 62.89 217.79 84.57 -
System Red Green Blue C M Y K H S L
Decimal 2 63 222 0.99 0.72 0 0.13 223.36 0.98 0.44
Hex 2 3F DE 63 48 0 D DF 62 2C
Octal 2 77 336 143 110 0 15 337 142 54
Binary 10 111111 11011110 1100011 1001000 0 1101 11011111 1100010 101100

Color Harmonies of #023FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FDE

Black with #023FDE

Text Example


Text Example

White with #023FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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