Html Css Color HEX #023AD2 Persian Blue

📋 copy color: '#023AD2'

red 2 ◦ green 58 ◦ blue 210

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

Shades of Persian Blue #023AD2

Tints of Persian Blue #023AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 77.78%

R = 0.74%
G = 21.48%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#023AD2 (or 0x023AD2) is known color: Persian Blue. HEX triplet: 02, 3A and D2. RGB value is (2,58,210). Sum of RGB (Red+Green+Blue) = 2+58+210=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 210 (82.42% from 255 or 77.78% from 270); Max value from RGB is 210 - color contains mainly: blue. Hex color #023AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023AD2 is #FDC52D. Grayscale: #393939. Windows color (decimal): -16631086 or 13777410. OLE color: 13777410.

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

Color convert

RGB 2 58 210 -
CMYK 0.99 0.72 0 0.18
HSL 223.85º 0.98% 0.42% -
HSV(B) 223.85º 0.99% 0.82% -
XYZ 13.17 7.69 61.76 -
YUV 58.58 213.45 87.64 -
System Red Green Blue C M Y K H S L
Decimal 2 58 210 0.99 0.72 0 0.18 223.85 0.98 0.42
Hex 2 3A D2 63 48 0 12 E0 62 2A
Octal 2 72 322 143 110 0 22 340 142 52
Binary 10 111010 11010010 1100011 1001000 0 10010 11100000 1100010 101010

Color Harmonies of #023AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023AD2

Black with #023AD2

Text Example


Text Example

White with #023AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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