Html Css Color HEX #012CFD Blue

📋 copy color: '#012CFD'

red 1 ◦ green 44 ◦ blue 253

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

Shades of Blue #012CFD

Tints of Blue #012CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.77%

 BLUE value IS 253 (99.22% from 255) = 84.9%

R = 0.34%
G = 14.77%
B = 84.9%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#012CFD (or 0x012CFD) is known color: Blue. HEX triplet: 01, 2C and FD. RGB value is (1,44,253). Sum of RGB (Red+Green+Blue) = 1+44+253=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 253 (99.22% from 255 or 84.90% from 298); Max value from RGB is 253 - color contains mainly: blue. Hex color #012CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CFD is #FED302. Grayscale: #363636. Windows color (decimal): -16700163 or 16591873. OLE color: 16591873.

HSL color Cylindrical-coordinate representation of color #012CFD: hue angle of 229.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CFD is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 44 253 -
CMYK 1.00 0.83 0 0.01
HSL 229.76º 0.99% 0.5% -
HSV(B) 229.76º 1% 0.99% -
XYZ 18.64 8.9 93.66 -
YUV 54.97 239.75 89.51 -
System Red Green Blue C M Y K H S L
Decimal 1 44 253 1.00 0.83 0 0.01 229.76 0.99 0.5
Hex 1 2C FD 64 53 0 1 E6 63 32
Octal 1 54 375 144 123 0 1 346 143 62
Binary 1 101100 11111101 1100100 1010011 0 1 11100110 1100011 110010

Color Harmonies of #012CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CFD

Black with #012CFD

Text Example


Text Example

White with #012CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,44,253); }

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

background-color css

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

 a { background-color: rgb(1,44,253); }

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

border-color css

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

 span { border-color: rgb(1,44,253); }

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