Html Css Color HEX #010DFB Blue

📋 copy color: '#010DFB'

red 1 ◦ green 13 ◦ blue 251

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

Shades of Blue #010DFB

Tints of Blue #010DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 94.72%

R = 0.38%
G = 4.91%
B = 94.72%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#010DFB (or 0x010DFB) is known color: Blue. HEX triplet: 01, 0D and FB. RGB value is (1,13,251). Sum of RGB (Red+Green+Blue) = 1+13+251=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 251 (98.44% from 255 or 94.72% from 265); Max value from RGB is 251 - color contains mainly: blue. Hex color #010DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010DFB is #FEF204. Grayscale: #232323. Windows color (decimal): -16708101 or 16452865. OLE color: 16452865.

HSL color Cylindrical-coordinate representation of color #010DFB: hue angle of 237.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010DFB is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 13 251 -
CMYK 1.00 0.95 0 0.02
HSL 237.12º 0.99% 0.49% -
HSV(B) 237.12º 1% 0.98% -
XYZ 17.57 7.26 91.74 -
YUV 36.54 249.02 102.65 -
System Red Green Blue C M Y K H S L
Decimal 1 13 251 1.00 0.95 0 0.02 237.12 0.99 0.49
Hex 1 D FB 64 5F 0 2 ED 63 31
Octal 1 15 373 144 137 0 2 355 143 61
Binary 1 1101 11111011 1100100 1011111 0 10 11101101 1100011 110001

Color Harmonies of #010DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DFB

Black with #010DFB

Text Example


Text Example

White with #010DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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