Html Css Color HEX #023FCF Persian Blue

📋 copy color: '#023FCF'

red 2 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #023FCF

Tints of Persian Blue #023FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

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

R = 0.74%
G = 23.16%
B = 76.1%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#023FCF (or 0x023FCF) is known color: Persian Blue. HEX triplet: 02, 3F and CF. RGB value is (2,63,207). Sum of RGB (Red+Green+Blue) = 2+63+207=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #023FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FCF is #FDC030. Grayscale: #3C3C3C. Windows color (decimal): -16629809 or 13582082. OLE color: 13582082.

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

Color convert

RGB 2 63 207 -
CMYK 0.99 0.70 0 0.19
HSL 222.15º 0.98% 0.41% -
HSV(B) 222.15º 0.99% 0.81% -
XYZ 13.07 8.07 59.9 -
YUV 61.18 210.29 85.79 -
System Red Green Blue C M Y K H S L
Decimal 2 63 207 0.99 0.70 0 0.19 222.15 0.98 0.41
Hex 2 3F CF 63 46 0 13 DE 62 29
Octal 2 77 317 143 106 0 23 336 142 51
Binary 10 111111 11001111 1100011 1000110 0 10011 11011110 1100010 101001

Color Harmonies of #023FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FCF

Black with #023FCF

Text Example


Text Example

White with #023FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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