Html Css Color HEX #002FDE Persian Blue

📋 copy color: '#002FDE'

red 0 ◦ green 47 ◦ blue 222

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

Shades of Persian Blue #002FDE

Tints of Persian Blue #002FDE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 47 (18.75% from 255) = 17.47%

 BLUE value IS 222 (87.11% from 255) = 82.53%

R = 0%
G = 17.47%
B = 82.53%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#002FDE (or 0x002FDE) is known color: Persian Blue. HEX triplet: 00, 2F and DE. RGB value is (0,47,222). Sum of RGB (Red+Green+Blue) = 0+47+222=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #002FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FDE is #FFD021. Grayscale: #343434. Windows color (decimal): -16764962 or 14561024. OLE color: 14561024.

HSL color Cylindrical-coordinate representation of color #002FDE: hue angle of 227.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FDE is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 47 222 -
CMYK 1 0.79 0 0.13
HSL 227.3º 1% 0.44% -
HSV(B) 227.3º 1% 0.87% -
XYZ 14.2 7.31 69.77 -
YUV 52.9 223.43 90.27 -
System Red Green Blue C M Y K H S L
Decimal 0 47 222 1 0.79 0 0.13 227.3 1 0.44
Hex 0 2F DE 64 4F 0 D E3 64 2C
Octal 0 57 336 144 117 0 15 343 144 54
Binary 0 101111 11011110 1100100 1001111 0 1101 11100011 1100100 101100

Color Harmonies of #002FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FDE

Black with #002FDE

Text Example


Text Example

White with #002FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002FDE; }

 p { color: rgb(0,47,222); }

 H1.HeaderClassName
 {
   color: #002FDE;
 }
 .AnyTagClassName
 {
   color: #002FDE;
 }
</style>

background-color css

<style>
 a { background-color: #002FDE; }

 a { background-color: rgb(0,47,222); }

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

border-color css

<style>
 span { border-color: #002FDE; }

 span { border-color: rgb(0,47,222); }

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