Html Css Color HEX #023EE1 Persian Blue

📋 copy color: '#023EE1'

red 2 ◦ green 62 ◦ blue 225

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

Shades of Persian Blue #023EE1

Tints of Persian Blue #023EE1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.45%

 BLUE value IS 225 (88.28% from 255) = 77.85%

R = 0.69%
G = 21.45%
B = 77.85%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#023EE1 (or 0x023EE1) is known color: Persian Blue. HEX triplet: 02, 3E and E1. RGB value is (2,62,225). Sum of RGB (Red+Green+Blue) = 2+62+225=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 225 (88.28% from 255 or 77.85% from 289); Max value from RGB is 225 - color contains mainly: blue. Hex color #023EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EE1 is #FDC11E. Grayscale: #3D3D3D. Windows color (decimal): -16630047 or 14761474. OLE color: 14761474.

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

Color convert

RGB 2 62 225 -
CMYK 0.99 0.72 0 0.12
HSL 223.86º 0.98% 0.45% -
HSV(B) 223.86º 0.99% 0.88% -
XYZ 15.34 8.89 72.14 -
YUV 62.64 219.62 84.75 -
System Red Green Blue C M Y K H S L
Decimal 2 62 225 0.99 0.72 0 0.12 223.86 0.98 0.45
Hex 2 3E E1 63 48 0 C E0 62 2D
Octal 2 76 341 143 110 0 14 340 142 55
Binary 10 111110 11100001 1100011 1001000 0 1100 11100000 1100010 101101

Color Harmonies of #023EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EE1

Black with #023EE1

Text Example


Text Example

White with #023EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,62,225); }

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

background-color css

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

 a { background-color: rgb(2,62,225); }

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

border-color css

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

 span { border-color: rgb(2,62,225); }

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