Html Css Color HEX #001AFC Blue

📋 copy color: '#001AFC'

red 0 ◦ green 26 ◦ blue 252

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

Shades of Blue #001AFC

Tints of Blue #001AFC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 0%
G = 9.35%
B = 90.65%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#001AFC (or 0x001AFC) is known color: Blue. HEX triplet: 00, 1A and FC. RGB value is (0,26,252). Sum of RGB (Red+Green+Blue) = 0+26+252=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 252 (98.83% from 255 or 90.65% from 278); Max value from RGB is 252 - color contains mainly: blue. Hex color #001AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFC is #FFE503. Grayscale: #2B2B2B. Windows color (decimal): -16770308 or 16521728. OLE color: 16521728.

HSL color Cylindrical-coordinate representation of color #001AFC: hue angle of 233.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AFC is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 26 252 -
CMYK 1 0.90 0 0.01
HSL 233.81º 1% 0.49% -
HSV(B) 233.81º 1% 0.99% -
XYZ 17.94 7.77 92.65 -
YUV 43.99 245.39 96.62 -
System Red Green Blue C M Y K H S L
Decimal 0 26 252 1 0.90 0 0.01 233.81 1 0.49
Hex 0 1A FC 64 5A 0 1 EA 64 31
Octal 0 32 374 144 132 0 1 352 144 61
Binary 0 11010 11111100 1100100 1011010 0 1 11101010 1100100 110001

Color Harmonies of #001AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AFC

Black with #001AFC

Text Example


Text Example

White with #001AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001AFC; }

 p { color: rgb(0,26,252); }

 H1.HeaderClassName
 {
   color: #001AFC;
 }
 .AnyTagClassName
 {
   color: #001AFC;
 }
</style>

background-color css

<style>
 a { background-color: #001AFC; }

 a { background-color: rgb(0,26,252); }

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

border-color css

<style>
 span { border-color: #001AFC; }

 span { border-color: rgb(0,26,252); }

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