Html Css Color HEX #001EFA Blue

📋 copy color: '#001EFA'

red 0 ◦ green 30 ◦ blue 250

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

Shades of Blue #001EFA

Tints of Blue #001EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 0%
G = 10.71%
B = 89.29%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#001EFA (or 0x001EFA) is known color: Blue. HEX triplet: 00, 1E and FA. RGB value is (0,30,250). Sum of RGB (Red+Green+Blue) = 0+30+250=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 250 (98.05% from 255 or 89.29% from 280); Max value from RGB is 250 - color contains mainly: blue. Hex color #001EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001EFA is #FFE105. Grayscale: #2D2D2D. Windows color (decimal): -16769286 or 16391680. OLE color: 16391680.

HSL color Cylindrical-coordinate representation of color #001EFA: hue angle of 232.8º 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 #001EFA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 30 250 -
CMYK 1 0.88 0 0.02
HSL 232.8º 1% 0.49% -
HSV(B) 232.8º 1% 0.98% -
XYZ 17.72 7.83 91.02 -
YUV 46.11 243.06 95.11 -
System Red Green Blue C M Y K H S L
Decimal 0 30 250 1 0.88 0 0.02 232.8 1 0.49
Hex 0 1E FA 64 58 0 2 E9 64 31
Octal 0 36 372 144 130 0 2 351 144 61
Binary 0 11110 11111010 1100100 1011000 0 10 11101001 1100100 110001

Color Harmonies of #001EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EFA

Black with #001EFA

Text Example


Text Example

White with #001EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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