Html Css Color HEX #023CDE Persian Blue

📋 copy color: '#023CDE'

red 2 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #023CDE

Tints of Persian Blue #023CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 78.17%

R = 0.7%
G = 21.13%
B = 78.17%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#023CDE (or 0x023CDE) is known color: Persian Blue. HEX triplet: 02, 3C and DE. RGB value is (2,60,222). Sum of RGB (Red+Green+Blue) = 2+60+222=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #023CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CDE is #FDC321. Grayscale: #3C3C3C. Windows color (decimal): -16630562 or 14564354. OLE color: 14564354.

HSL color Cylindrical-coordinate representation of color #023CDE: hue angle of 224.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CDE is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 60 222 -
CMYK 0.99 0.73 0 0.13
HSL 224.18º 0.98% 0.44% -
HSV(B) 224.18º 0.99% 0.87% -
XYZ 14.83 8.52 69.97 -
YUV 61.13 218.78 85.83 -
System Red Green Blue C M Y K H S L
Decimal 2 60 222 0.99 0.73 0 0.13 224.18 0.98 0.44
Hex 2 3C DE 63 49 0 D E0 62 2C
Octal 2 74 336 143 111 0 15 340 142 54
Binary 10 111100 11011110 1100011 1001001 0 1101 11100000 1100010 101100

Color Harmonies of #023CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CDE

Black with #023CDE

Text Example


Text Example

White with #023CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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