Html Css Color HEX #010CFD Blue

📋 copy color: '#010CFD'

red 1 ◦ green 12 ◦ blue 253

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

Shades of Blue #010CFD

Tints of Blue #010CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.51%

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

R = 0.38%
G = 4.51%
B = 95.11%

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

#010CFD (or 0x010CFD) is known color: Blue. HEX triplet: 01, 0C and FD. RGB value is (1,12,253). Sum of RGB (Red+Green+Blue) = 1+12+253=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 253 (99.22% from 255 or 95.11% from 266); Max value from RGB is 253 - color contains mainly: blue. Hex color #010CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CFD is #FEF302. Grayscale: #232323. Windows color (decimal): -16708355 or 16583681. OLE color: 16583681.

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

Color convert

RGB 1 12 253 -
CMYK 1.00 0.95 0 0.01
HSL 237.38º 0.99% 0.5% -
HSV(B) 237.38º 1% 0.99% -
XYZ 17.87 7.36 93.41 -
YUV 36.19 250.36 102.9 -
System Red Green Blue C M Y K H S L
Decimal 1 12 253 1.00 0.95 0 0.01 237.38 0.99 0.5
Hex 1 C FD 64 5F 0 1 ED 63 32
Octal 1 14 375 144 137 0 1 355 143 62
Binary 1 1100 11111101 1100100 1011111 0 1 11101101 1100011 110010

Color Harmonies of #010CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CFD

Black with #010CFD

Text Example


Text Example

White with #010CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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