Html Css Color HEX #023CCC Persian Blue

📋 copy color: '#023CCC'

red 2 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #023CCC

Tints of Persian Blue #023CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.69%

R = 0.75%
G = 22.56%
B = 76.69%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#023CCC (or 0x023CCC) is known color: Persian Blue. HEX triplet: 02, 3C and CC. RGB value is (2,60,204). Sum of RGB (Red+Green+Blue) = 2+60+204=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #023CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CCC is #FDC333. Grayscale: #3A3A3A. Windows color (decimal): -16630580 or 13384706. OLE color: 13384706.

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

Color convert

RGB 2 60 204 -
CMYK 0.99 0.71 0 0.2
HSL 222.77º 0.98% 0.4% -
HSV(B) 222.77º 0.99% 0.8% -
XYZ 12.54 7.6 57.93 -
YUV 59.07 209.78 87.29 -
System Red Green Blue C M Y K H S L
Decimal 2 60 204 0.99 0.71 0 0.2 222.77 0.98 0.4
Hex 2 3C CC 63 47 0 14 DF 62 28
Octal 2 74 314 143 107 0 24 337 142 50
Binary 10 111100 11001100 1100011 1000111 0 10100 11011111 1100010 101000

Color Harmonies of #023CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CCC

Black with #023CCC

Text Example


Text Example

White with #023CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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