Html Css Color HEX #012FDD Persian Blue

📋 copy color: '#012FDD'

red 1 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #012FDD

Tints of Persian Blue #012FDD

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

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

R = 0.37%
G = 17.47%
B = 82.16%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#012FDD (or 0x012FDD) is known color: Persian Blue. HEX triplet: 01, 2F and DD. RGB value is (1,47,221). Sum of RGB (Red+Green+Blue) = 1+47+221=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #012FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FDD is #FED022. Grayscale: #343434. Windows color (decimal): -16699427 or 14495489. OLE color: 14495489.

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

Color convert

RGB 1 47 221 -
CMYK 1.00 0.79 0 0.13
HSL 227.45º 0.99% 0.44% -
HSV(B) 227.45º 1% 0.87% -
XYZ 14.08 7.26 69.07 -
YUV 53.08 222.76 90.85 -
System Red Green Blue C M Y K H S L
Decimal 1 47 221 1.00 0.79 0 0.13 227.45 0.99 0.44
Hex 1 2F DD 64 4F 0 D E3 63 2C
Octal 1 57 335 144 117 0 15 343 143 54
Binary 1 101111 11011101 1100100 1001111 0 1101 11100011 1100011 101100

Color Harmonies of #012FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FDD

Black with #012FDD

Text Example


Text Example

White with #012FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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