Html Css Color HEX #023ADD Persian Blue

📋 copy color: '#023ADD'

red 2 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #023ADD

Tints of Persian Blue #023ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

 BLUE value IS 221 (86.72% from 255) = 78.65%

R = 0.71%
G = 20.64%
B = 78.65%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#023ADD (or 0x023ADD) is known color: Persian Blue. HEX triplet: 02, 3A and DD. RGB value is (2,58,221). Sum of RGB (Red+Green+Blue) = 2+58+221=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #023ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ADD is #FDC522. Grayscale: #3B3B3B. Windows color (decimal): -16631075 or 14498306. OLE color: 14498306.

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

Color convert

RGB 2 58 221 -
CMYK 0.99 0.74 0 0.13
HSL 224.66º 0.98% 0.44% -
HSV(B) 224.66º 0.99% 0.87% -
XYZ 14.59 8.26 69.23 -
YUV 59.84 218.95 86.75 -
System Red Green Blue C M Y K H S L
Decimal 2 58 221 0.99 0.74 0 0.13 224.66 0.98 0.44
Hex 2 3A DD 63 4A 0 D E1 62 2C
Octal 2 72 335 143 112 0 15 341 142 54
Binary 10 111010 11011101 1100011 1001010 0 1101 11100001 1100010 101100

Color Harmonies of #023ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023ADD

Black with #023ADD

Text Example


Text Example

White with #023ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,58,221); }

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

background-color css

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

 a { background-color: rgb(2,58,221); }

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

border-color css

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

 span { border-color: rgb(2,58,221); }

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