Html Css Color HEX #012DFD Blue

📋 copy color: '#012DFD'

red 1 ◦ green 45 ◦ blue 253

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

Shades of Blue #012DFD

Tints of Blue #012DFD

RGB

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

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

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

R = 0.33%
G = 15.05%
B = 84.62%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#012DFD (or 0x012DFD) is known color: Blue. HEX triplet: 01, 2D and FD. RGB value is (1,45,253). Sum of RGB (Red+Green+Blue) = 1+45+253=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #012DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DFD is #FED202. Grayscale: #363636. Windows color (decimal): -16699907 or 16592129. OLE color: 16592129.

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

Color convert

RGB 1 45 253 -
CMYK 1.00 0.82 0 0.01
HSL 229.52º 0.99% 0.5% -
HSV(B) 229.52º 1% 0.99% -
XYZ 18.68 8.98 93.68 -
YUV 55.56 239.42 89.09 -
System Red Green Blue C M Y K H S L
Decimal 1 45 253 1.00 0.82 0 0.01 229.52 0.99 0.5
Hex 1 2D FD 64 52 0 1 E6 63 32
Octal 1 55 375 144 122 0 1 346 143 62
Binary 1 101101 11111101 1100100 1010010 0 1 11100110 1100011 110010

Color Harmonies of #012DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DFD

Black with #012DFD

Text Example


Text Example

White with #012DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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