Html Css Color HEX #023CDF Persian Blue

📋 copy color: '#023CDF'

red 2 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #023CDF

Tints of Persian Blue #023CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 78.25%

R = 0.7%
G = 21.05%
B = 78.25%

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

#023CDF (or 0x023CDF) is known color: Persian Blue. HEX triplet: 02, 3C and DF. RGB value is (2,60,223). Sum of RGB (Red+Green+Blue) = 2+60+223=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #023CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CDF is #FDC320. Grayscale: #3C3C3C. Windows color (decimal): -16630561 or 14629890. OLE color: 14629890.

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

Color convert

RGB 2 60 223 -
CMYK 0.99 0.73 0 0.13
HSL 224.25º 0.98% 0.44% -
HSV(B) 224.25º 0.99% 0.87% -
XYZ 14.96 8.57 70.68 -
YUV 61.24 219.28 85.75 -
System Red Green Blue C M Y K H S L
Decimal 2 60 223 0.99 0.73 0 0.13 224.25 0.98 0.44
Hex 2 3C DF 63 49 0 D E0 62 2C
Octal 2 74 337 143 111 0 15 340 142 54
Binary 10 111100 11011111 1100011 1001001 0 1101 11100000 1100010 101100

Color Harmonies of #023CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CDF

Black with #023CDF

Text Example


Text Example

White with #023CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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