Html Css Color HEX #012DD2 Persian Blue

📋 copy color: '#012DD2'

red 1 ◦ green 45 ◦ blue 210

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

Shades of Persian Blue #012DD2

Tints of Persian Blue #012DD2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.58%

 BLUE value IS 210 (82.42% from 255) = 82.03%

R = 0.39%
G = 17.58%
B = 82.03%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#012DD2 (or 0x012DD2) is known color: Persian Blue. HEX triplet: 01, 2D and D2. RGB value is (1,45,210). Sum of RGB (Red+Green+Blue) = 1+45+210=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 210 (82.42% from 255 or 82.03% from 256); Max value from RGB is 210 - color contains mainly: blue. Hex color #012DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DD2 is #FED22D. Grayscale: #313131. Windows color (decimal): -16699950 or 13774081. OLE color: 13774081.

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

Color convert

RGB 1 45 210 -
CMYK 1.00 0.79 0 0.18
HSL 227.37º 0.99% 0.41% -
HSV(B) 227.37º 1% 0.82% -
XYZ 12.58 6.54 61.57 -
YUV 50.65 217.92 92.58 -
System Red Green Blue C M Y K H S L
Decimal 1 45 210 1.00 0.79 0 0.18 227.37 0.99 0.41
Hex 1 2D D2 64 4F 0 12 E3 63 29
Octal 1 55 322 144 117 0 22 343 143 51
Binary 1 101101 11010010 1100100 1001111 0 10010 11100011 1100011 101001

Color Harmonies of #012DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DD2

Black with #012DD2

Text Example


Text Example

White with #012DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,45,210); }

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

background-color css

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

 a { background-color: rgb(1,45,210); }

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

border-color css

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

 span { border-color: rgb(1,45,210); }

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