Html Css Color HEX #023FD6 Persian Blue

📋 copy color: '#023FD6'

red 2 ◦ green 63 ◦ blue 214

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

Shades of Persian Blue #023FD6

Tints of Persian Blue #023FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 76.7%

R = 0.72%
G = 22.58%
B = 76.7%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#023FD6 (or 0x023FD6) is known color: Persian Blue. HEX triplet: 02, 3F and D6. RGB value is (2,63,214). Sum of RGB (Red+Green+Blue) = 2+63+214=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #023FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FD6 is #FDC029. Grayscale: #3D3D3D. Windows color (decimal): -16629802 or 14040834. OLE color: 14040834.

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

Color convert

RGB 2 63 214 -
CMYK 0.99 0.71 0 0.16
HSL 222.74º 0.98% 0.42% -
HSV(B) 222.74º 0.99% 0.84% -
XYZ 13.94 8.42 64.51 -
YUV 61.98 213.79 85.22 -
System Red Green Blue C M Y K H S L
Decimal 2 63 214 0.99 0.71 0 0.16 222.74 0.98 0.42
Hex 2 3F D6 63 47 0 10 DF 62 2A
Octal 2 77 326 143 107 0 20 337 142 52
Binary 10 111111 11010110 1100011 1000111 0 10000 11011111 1100010 101010

Color Harmonies of #023FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FD6

Black with #023FD6

Text Example


Text Example

White with #023FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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