Html Css Color HEX #023CD2 Persian Blue

📋 copy color: '#023CD2'

red 2 ◦ green 60 ◦ blue 210

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

Shades of Persian Blue #023CD2

Tints of Persian Blue #023CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 0.74%
G = 22.06%
B = 77.21%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#023CD2 (or 0x023CD2) is known color: Persian Blue. HEX triplet: 02, 3C and D2. RGB value is (2,60,210). Sum of RGB (Red+Green+Blue) = 2+60+210=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 210 (82.42% from 255 or 77.21% from 272); Max value from RGB is 210 - color contains mainly: blue. Hex color #023CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CD2 is #FDC32D. Grayscale: #3B3B3B. Windows color (decimal): -16630574 or 13777922. OLE color: 13777922.

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

Color convert

RGB 2 60 210 -
CMYK 0.99 0.71 0 0.18
HSL 223.27º 0.98% 0.42% -
HSV(B) 223.27º 0.99% 0.82% -
XYZ 13.27 7.9 61.8 -
YUV 59.76 212.78 86.8 -
System Red Green Blue C M Y K H S L
Decimal 2 60 210 0.99 0.71 0 0.18 223.27 0.98 0.42
Hex 2 3C D2 63 47 0 12 DF 62 2A
Octal 2 74 322 143 107 0 22 337 142 52
Binary 10 111100 11010010 1100011 1000111 0 10010 11011111 1100010 101010

Color Harmonies of #023CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CD2

Black with #023CD2

Text Example


Text Example

White with #023CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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