Html Css Color HEX #001AFA Blue

📋 copy color: '#001AFA'

red 0 ◦ green 26 ◦ blue 250

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

Shades of Blue #001AFA

Tints of Blue #001AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 90.58%

R = 0%
G = 9.42%
B = 90.58%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#001AFA (or 0x001AFA) is known color: Blue. HEX triplet: 00, 1A and FA. RGB value is (0,26,250). Sum of RGB (Red+Green+Blue) = 0+26+250=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 250 (98.05% from 255 or 90.58% from 276); Max value from RGB is 250 - color contains mainly: blue. Hex color #001AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFA is #FFE505. Grayscale: #2A2A2A. Windows color (decimal): -16770310 or 16390656. OLE color: 16390656.

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

Color convert

RGB 0 26 250 -
CMYK 1 0.90 0 0.02
HSL 233.76º 1% 0.49% -
HSV(B) 233.76º 1% 0.98% -
XYZ 17.62 7.64 90.99 -
YUV 43.76 244.39 96.79 -
System Red Green Blue C M Y K H S L
Decimal 0 26 250 1 0.90 0 0.02 233.76 1 0.49
Hex 0 1A FA 64 5A 0 2 EA 64 31
Octal 0 32 372 144 132 0 2 352 144 61
Binary 0 11010 11111010 1100100 1011010 0 10 11101010 1100100 110001

Color Harmonies of #001AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AFA

Black with #001AFA

Text Example


Text Example

White with #001AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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