Html Css Color HEX #023FCD Persian Blue

📋 copy color: '#023FCD'

red 2 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #023FCD

Tints of Persian Blue #023FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 23.33%

 BLUE value IS 205 (80.47% from 255) = 75.93%

R = 0.74%
G = 23.33%
B = 75.93%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#023FCD (or 0x023FCD) is known color: Persian Blue. HEX triplet: 02, 3F and CD. RGB value is (2,63,205). Sum of RGB (Red+Green+Blue) = 2+63+205=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #023FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FCD is #FDC032. Grayscale: #3C3C3C. Windows color (decimal): -16629811 or 13451010. OLE color: 13451010.

HSL color Cylindrical-coordinate representation of color #023FCD: hue angle of 221.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FCD is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 63 205 -
CMYK 0.99 0.69 0 0.20
HSL 221.97º 0.98% 0.41% -
HSV(B) 221.97º 0.99% 0.8% -
XYZ 12.82 7.98 58.62 -
YUV 60.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 2 63 205 0.99 0.69 0 0.20 221.97 0.98 0.41
Hex 2 3F CD 63 45 0 14 DE 62 29
Octal 2 77 315 143 105 0 24 336 142 51
Binary 10 111111 11001101 1100011 1000101 0 10100 11011110 1100010 101001

Color Harmonies of #023FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FCD

Black with #023FCD

Text Example


Text Example

White with #023FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,63,205); }

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

background-color css

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

 a { background-color: rgb(2,63,205); }

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

border-color css

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

 span { border-color: rgb(2,63,205); }

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