Html Css Color HEX #023BE0 Persian Blue

📋 copy color: '#023BE0'

red 2 ◦ green 59 ◦ blue 224

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

Shades of Persian Blue #023BE0

Tints of Persian Blue #023BE0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 224 (87.89% from 255) = 78.6%

R = 0.7%
G = 20.7%
B = 78.6%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#023BE0 (or 0x023BE0) is known color: Persian Blue. HEX triplet: 02, 3B and E0. RGB value is (2,59,224). Sum of RGB (Red+Green+Blue) = 2+59+224=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 224 (87.89% from 255 or 78.60% from 285); Max value from RGB is 224 - color contains mainly: blue. Hex color #023BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BE0 is #FDC41F. Grayscale: #3C3C3C. Windows color (decimal): -16630816 or 14695170. OLE color: 14695170.

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

Color convert

RGB 2 59 224 -
CMYK 0.99 0.74 0 0.12
HSL 224.59º 0.98% 0.44% -
HSV(B) 224.59º 0.99% 0.88% -
XYZ 15.04 8.52 71.37 -
YUV 60.77 220.12 86.08 -
System Red Green Blue C M Y K H S L
Decimal 2 59 224 0.99 0.74 0 0.12 224.59 0.98 0.44
Hex 2 3B E0 63 4A 0 C E1 62 2C
Octal 2 73 340 143 112 0 14 341 142 54
Binary 10 111011 11100000 1100011 1001010 0 1100 11100001 1100010 101100

Color Harmonies of #023BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BE0

Black with #023BE0

Text Example


Text Example

White with #023BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,59,224); }

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

background-color css

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

 a { background-color: rgb(2,59,224); }

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

border-color css

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

 span { border-color: rgb(2,59,224); }

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