Html Css Color HEX #002FC8 Persian Blue

📋 copy color: '#002FC8'

red 0 ◦ green 47 ◦ blue 200

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

Shades of Persian Blue #002FC8

Tints of Persian Blue #002FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 80.97%

R = 0%
G = 19.03%
B = 80.97%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#002FC8 (or 0x002FC8) is known color: Persian Blue. HEX triplet: 00, 2F and C8. RGB value is (0,47,200). Sum of RGB (Red+Green+Blue) = 0+47+200=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 200 (78.52% from 255 or 80.97% from 247); Max value from RGB is 200 - color contains mainly: blue. Hex color #002FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FC8 is #FFD037. Grayscale: #313131. Windows color (decimal): -16764984 or 13119232. OLE color: 13119232.

HSL color Cylindrical-coordinate representation of color #002FC8: hue angle of 225.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FC8 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 47 200 -
CMYK 1 0.76 0 0.22
HSL 225.9º 1% 0.39% -
HSV(B) 225.9º 1% 0.78% -
XYZ 11.44 6.2 55.24 -
YUV 50.39 212.43 92.06 -
System Red Green Blue C M Y K H S L
Decimal 0 47 200 1 0.76 0 0.22 225.9 1 0.39
Hex 0 2F C8 64 4C 0 16 E2 64 27
Octal 0 57 310 144 114 0 26 342 144 47
Binary 0 101111 11001000 1100100 1001100 0 10110 11100010 1100100 100111

Color Harmonies of #002FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FC8

Black with #002FC8

Text Example


Text Example

White with #002FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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