Html Css Color HEX #023FCE Persian Blue

📋 copy color: '#023FCE'

red 2 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #023FCE

Tints of Persian Blue #023FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.01%

R = 0.74%
G = 23.25%
B = 76.01%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#023FCE (or 0x023FCE) is known color: Persian Blue. HEX triplet: 02, 3F and CE. RGB value is (2,63,206). Sum of RGB (Red+Green+Blue) = 2+63+206=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #023FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FCE is #FDC031. Grayscale: #3C3C3C. Windows color (decimal): -16629810 or 13516546. OLE color: 13516546.

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

Color convert

RGB 2 63 206 -
CMYK 0.99 0.69 0 0.19
HSL 222.06º 0.98% 0.41% -
HSV(B) 222.06º 0.99% 0.81% -
XYZ 12.94 8.02 59.26 -
YUV 61.06 209.79 85.87 -
System Red Green Blue C M Y K H S L
Decimal 2 63 206 0.99 0.69 0 0.19 222.06 0.98 0.41
Hex 2 3F CE 63 45 0 13 DE 62 29
Octal 2 77 316 143 105 0 23 336 142 51
Binary 10 111111 11001110 1100011 1000101 0 10011 11011110 1100010 101001

Color Harmonies of #023FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FCE

Black with #023FCE

Text Example


Text Example

White with #023FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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