Html Css Color HEX #002FDD Persian Blue

📋 copy color: '#002FDD'

red 0 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #002FDD

Tints of Persian Blue #002FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.46%

R = 0%
G = 17.54%
B = 82.46%

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

#002FDD (or 0x002FDD) is known color: Persian Blue. HEX triplet: 00, 2F and DD. RGB value is (0,47,221). Sum of RGB (Red+Green+Blue) = 0+47+221=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #002FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FDD is #FFD022. Grayscale: #343434. Windows color (decimal): -16764963 or 14495488. OLE color: 14495488.

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

Color convert

RGB 0 47 221 -
CMYK 1 0.79 0 0.13
HSL 227.24º 1% 0.43% -
HSV(B) 227.24º 1% 0.87% -
XYZ 14.07 7.25 69.07 -
YUV 52.78 222.93 90.35 -
System Red Green Blue C M Y K H S L
Decimal 0 47 221 1 0.79 0 0.13 227.24 1 0.43
Hex 0 2F DD 64 4F 0 D E3 64 2B
Octal 0 57 335 144 117 0 15 343 144 53
Binary 0 101111 11011101 1100100 1001111 0 1101 11100011 1100100 101011

Color Harmonies of #002FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FDD

Black with #002FDD

Text Example


Text Example

White with #002FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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