Html Css Color HEX #010DFD Blue

📋 copy color: '#010DFD'

red 1 ◦ green 13 ◦ blue 253

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

Shades of Blue #010DFD

Tints of Blue #010DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 0.37%
G = 4.87%
B = 94.76%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#010DFD (or 0x010DFD) is known color: Blue. HEX triplet: 01, 0D and FD. RGB value is (1,13,253). Sum of RGB (Red+Green+Blue) = 1+13+253=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 253 (99.22% from 255 or 94.76% from 267); Max value from RGB is 253 - color contains mainly: blue. Hex color #010DFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010DFD is #FEF202. Grayscale: #232323. Windows color (decimal): -16708099 or 16583937. OLE color: 16583937.

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

Color convert

RGB 1 13 253 -
CMYK 1.00 0.95 0 0.01
HSL 237.14º 0.99% 0.5% -
HSV(B) 237.14º 1% 0.99% -
XYZ 17.89 7.39 93.41 -
YUV 36.77 250.02 102.49 -
System Red Green Blue C M Y K H S L
Decimal 1 13 253 1.00 0.95 0 0.01 237.14 0.99 0.5
Hex 1 D FD 64 5F 0 1 ED 63 32
Octal 1 15 375 144 137 0 1 355 143 62
Binary 1 1101 11111101 1100100 1011111 0 1 11101101 1100011 110010

Color Harmonies of #010DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DFD

Black with #010DFD

Text Example


Text Example

White with #010DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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