Html Css Color HEX #023FE5 Persian Blue

📋 copy color: '#023FE5'

red 2 ◦ green 63 ◦ blue 229

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

Shades of Persian Blue #023FE5

Tints of Persian Blue #023FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 77.89%

R = 0.68%
G = 21.43%
B = 77.89%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#023FE5 (or 0x023FE5) is known color: Persian Blue. HEX triplet: 02, 3F and E5. RGB value is (2,63,229). Sum of RGB (Red+Green+Blue) = 2+63+229=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 229 (89.84% from 255 or 77.89% from 294); Max value from RGB is 229 - color contains mainly: blue. Hex color #023FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FE5 is #FDC01A. Grayscale: #3E3E3E. Windows color (decimal): -16629787 or 15023874. OLE color: 15023874.

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

Color convert

RGB 2 63 229 -
CMYK 0.99 0.72 0 0.10
HSL 223.88º 0.98% 0.45% -
HSV(B) 223.88º 0.99% 0.9% -
XYZ 15.95 9.23 75.07 -
YUV 63.69 221.29 84 -
System Red Green Blue C M Y K H S L
Decimal 2 63 229 0.99 0.72 0 0.10 223.88 0.98 0.45
Hex 2 3F E5 63 48 0 A E0 62 2D
Octal 2 77 345 143 110 0 12 340 142 55
Binary 10 111111 11100101 1100011 1001000 0 1010 11100000 1100010 101101

Color Harmonies of #023FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FE5

Black with #023FE5

Text Example


Text Example

White with #023FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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