Html Css Color HEX #010CFB Blue

📋 copy color: '#010CFB'

red 1 ◦ green 12 ◦ blue 251

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

Shades of Blue #010CFB

Tints of Blue #010CFB

RGB

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

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

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

R = 0.38%
G = 4.55%
B = 95.08%

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

#010CFB (or 0x010CFB) is known color: Blue. HEX triplet: 01, 0C and FB. RGB value is (1,12,251). Sum of RGB (Red+Green+Blue) = 1+12+251=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 251 (98.44% from 255 or 95.08% from 264); Max value from RGB is 251 - color contains mainly: blue. Hex color #010CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CFB is #FEF304. Grayscale: #222222. Windows color (decimal): -16708357 or 16452609. OLE color: 16452609.

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

Color convert

RGB 1 12 251 -
CMYK 1.00 0.95 0 0.02
HSL 237.36º 0.99% 0.49% -
HSV(B) 237.36º 1% 0.98% -
XYZ 17.56 7.23 91.74 -
YUV 35.96 249.36 103.07 -
System Red Green Blue C M Y K H S L
Decimal 1 12 251 1.00 0.95 0 0.02 237.36 0.99 0.49
Hex 1 C FB 64 5F 0 2 ED 63 31
Octal 1 14 373 144 137 0 2 355 143 61
Binary 1 1100 11111011 1100100 1011111 0 10 11101101 1100011 110001

Color Harmonies of #010CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CFB

Black with #010CFB

Text Example


Text Example

White with #010CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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