Html Css Color HEX #023CCF Persian Blue

📋 copy color: '#023CCF'

red 2 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #023CCF

Tints of Persian Blue #023CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.95%

R = 0.74%
G = 22.3%
B = 76.95%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#023CCF (or 0x023CCF) is known color: Persian Blue. HEX triplet: 02, 3C and CF. RGB value is (2,60,207). Sum of RGB (Red+Green+Blue) = 2+60+207=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #023CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CCF is #FDC330. Grayscale: #3A3A3A. Windows color (decimal): -16630577 or 13581314. OLE color: 13581314.

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

Color convert

RGB 2 60 207 -
CMYK 0.99 0.71 0 0.19
HSL 223.02º 0.98% 0.41% -
HSV(B) 223.02º 0.99% 0.81% -
XYZ 12.9 7.75 59.85 -
YUV 59.42 211.28 87.05 -
System Red Green Blue C M Y K H S L
Decimal 2 60 207 0.99 0.71 0 0.19 223.02 0.98 0.41
Hex 2 3C CF 63 47 0 13 DF 62 29
Octal 2 74 317 143 107 0 23 337 142 51
Binary 10 111100 11001111 1100011 1000111 0 10011 11011111 1100010 101001

Color Harmonies of #023CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CCF

Black with #023CCF

Text Example


Text Example

White with #023CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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