Html Css Color HEX #012EDD Persian Blue

📋 copy color: '#012EDD'

red 1 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #012EDD

Tints of Persian Blue #012EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.16%

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

R = 0.37%
G = 17.16%
B = 82.46%

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

#012EDD (or 0x012EDD) is known color: Persian Blue. HEX triplet: 01, 2E and DD. RGB value is (1,46,221). Sum of RGB (Red+Green+Blue) = 1+46+221=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 46 (18.36% from 255 or 17.16% 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 #012EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EDD is #FED122. Grayscale: #333333. Windows color (decimal): -16699683 or 14495233. OLE color: 14495233.

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

Color convert

RGB 1 46 221 -
CMYK 1.00 0.79 0 0.13
HSL 227.73º 0.99% 0.44% -
HSV(B) 227.73º 1% 0.87% -
XYZ 14.04 7.18 69.05 -
YUV 52.5 223.09 91.27 -
System Red Green Blue C M Y K H S L
Decimal 1 46 221 1.00 0.79 0 0.13 227.73 0.99 0.44
Hex 1 2E DD 64 4F 0 D E4 63 2C
Octal 1 56 335 144 117 0 15 344 143 54
Binary 1 101110 11011101 1100100 1001111 0 1101 11100100 1100011 101100

Color Harmonies of #012EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EDD

Black with #012EDD

Text Example


Text Example

White with #012EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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