Html Css Color HEX #023CCD Persian Blue

📋 copy color: '#023CCD'

red 2 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #023CCD

Tints of Persian Blue #023CCD

RGB

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

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

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

R = 0.75%
G = 22.47%
B = 76.78%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#023CCD (or 0x023CCD) is known color: Persian Blue. HEX triplet: 02, 3C and CD. RGB value is (2,60,205). Sum of RGB (Red+Green+Blue) = 2+60+205=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #023CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CCD is #FDC332. Grayscale: #3A3A3A. Windows color (decimal): -16630579 or 13450242. OLE color: 13450242.

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

Color convert

RGB 2 60 205 -
CMYK 0.99 0.71 0 0.20
HSL 222.86º 0.98% 0.41% -
HSV(B) 222.86º 0.99% 0.8% -
XYZ 12.66 7.65 58.57 -
YUV 59.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 2 60 205 0.99 0.71 0 0.20 222.86 0.98 0.41
Hex 2 3C CD 63 47 0 14 DF 62 29
Octal 2 74 315 143 107 0 24 337 142 51
Binary 10 111100 11001101 1100011 1000111 0 10100 11011111 1100010 101001

Color Harmonies of #023CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CCD

Black with #023CCD

Text Example


Text Example

White with #023CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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