Html Css Color HEX #012DDF Persian Blue

📋 copy color: '#012DDF'

red 1 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #012DDF

Tints of Persian Blue #012DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.9%

R = 0.37%
G = 16.73%
B = 82.9%

CMYK

 C value IS 1.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#012DDF (or 0x012DDF) is known color: Persian Blue. HEX triplet: 01, 2D and DF. RGB value is (1,45,223). Sum of RGB (Red+Green+Blue) = 1+45+223=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #012DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DDF is #FED220. Grayscale: #333333. Windows color (decimal): -16699937 or 14626049. OLE color: 14626049.

HSL color Cylindrical-coordinate representation of color #012DDF: hue angle of 228.11º 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 #012DDF is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 45 223 -
CMYK 1.00 0.80 0 0.13
HSL 228.11º 0.99% 0.44% -
HSV(B) 228.11º 1% 0.87% -
XYZ 14.27 7.21 70.45 -
YUV 52.14 224.42 91.53 -
System Red Green Blue C M Y K H S L
Decimal 1 45 223 1.00 0.80 0 0.13 228.11 0.99 0.44
Hex 1 2D DF 64 50 0 D E4 63 2C
Octal 1 55 337 144 120 0 15 344 143 54
Binary 1 101101 11011111 1100100 1010000 0 1101 11100100 1100011 101100

Color Harmonies of #012DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DDF

Black with #012DDF

Text Example


Text Example

White with #012DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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