Html Css Color HEX #010DFC Blue

📋 copy color: '#010DFC'

red 1 ◦ green 13 ◦ blue 252

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

Shades of Blue #010DFC

Tints of Blue #010DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 94.74%

R = 0.38%
G = 4.89%
B = 94.74%

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

#010DFC (or 0x010DFC) is known color: Blue. HEX triplet: 01, 0D and FC. RGB value is (1,13,252). Sum of RGB (Red+Green+Blue) = 1+13+252=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 252 (98.83% from 255 or 94.74% from 266); Max value from RGB is 252 - color contains mainly: blue. Hex color #010DFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010DFC is #FEF203. Grayscale: #232323. Windows color (decimal): -16708100 or 16518401. OLE color: 16518401.

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

Color convert

RGB 1 13 252 -
CMYK 1.00 0.95 0 0.01
HSL 237.13º 0.99% 0.5% -
HSV(B) 237.13º 1% 0.99% -
XYZ 17.73 7.32 92.57 -
YUV 36.66 249.52 102.57 -
System Red Green Blue C M Y K H S L
Decimal 1 13 252 1.00 0.95 0 0.01 237.13 0.99 0.5
Hex 1 D FC 64 5F 0 1 ED 63 32
Octal 1 15 374 144 137 0 1 355 143 62
Binary 1 1101 11111100 1100100 1011111 0 1 11101101 1100011 110010

Color Harmonies of #010DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DFC

Black with #010DFC

Text Example


Text Example

White with #010DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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