Html Css Color HEX #023ADC Persian Blue

📋 copy color: '#023ADC'

red 2 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #023ADC

Tints of Persian Blue #023ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 78.57%

R = 0.71%
G = 20.71%
B = 78.57%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#023ADC (or 0x023ADC) is known color: Persian Blue. HEX triplet: 02, 3A and DC. RGB value is (2,58,220). Sum of RGB (Red+Green+Blue) = 2+58+220=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #023ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ADC is #FDC523. Grayscale: #3B3B3B. Windows color (decimal): -16631076 or 14432770. OLE color: 14432770.

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

Color convert

RGB 2 58 220 -
CMYK 0.99 0.74 0 0.14
HSL 224.59º 0.98% 0.44% -
HSV(B) 224.59º 0.99% 0.86% -
XYZ 14.46 8.21 68.53 -
YUV 59.72 218.45 86.83 -
System Red Green Blue C M Y K H S L
Decimal 2 58 220 0.99 0.74 0 0.14 224.59 0.98 0.44
Hex 2 3A DC 63 4A 0 E E1 62 2C
Octal 2 72 334 143 112 0 16 341 142 54
Binary 10 111010 11011100 1100011 1001010 0 1110 11100001 1100010 101100

Color Harmonies of #023ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023ADC

Black with #023ADC

Text Example


Text Example

White with #023ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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