Html Css Color HEX #000EFB Blue

📋 copy color: '#000EFB'

red 0 ◦ green 14 ◦ blue 251

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

Shades of Blue #000EFB

Tints of Blue #000EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.28%

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

R = 0%
G = 5.28%
B = 94.72%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#000EFB (or 0x000EFB) is known color: Blue. HEX triplet: 00, 0E and FB. RGB value is (0,14,251). Sum of RGB (Red+Green+Blue) = 0+14+251=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 251 (98.44% from 255 or 94.72% from 265); Max value from RGB is 251 - color contains mainly: blue. Hex color #000EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EFB is #FFF104. Grayscale: #232323. Windows color (decimal): -16773381 or 16453120. OLE color: 16453120.

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

Color convert

RGB 0 14 251 -
CMYK 1 0.94 0 0.02
HSL 236.65º 1% 0.49% -
HSV(B) 236.65º 1% 0.98% -
XYZ 17.57 7.28 91.75 -
YUV 36.83 248.86 101.73 -
System Red Green Blue C M Y K H S L
Decimal 0 14 251 1 0.94 0 0.02 236.65 1 0.49
Hex 0 E FB 64 5E 0 2 ED 64 31
Octal 0 16 373 144 136 0 2 355 144 61
Binary 0 1110 11111011 1100100 1011110 0 10 11101101 1100100 110001

Color Harmonies of #000EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EFB

Black with #000EFB

Text Example


Text Example

White with #000EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000EFB; }

 p { color: rgb(0,14,251); }

 H1.HeaderClassName
 {
   color: #000EFB;
 }
 .AnyTagClassName
 {
   color: #000EFB;
 }
</style>

background-color css

<style>
 a { background-color: #000EFB; }

 a { background-color: rgb(0,14,251); }

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

border-color css

<style>
 span { border-color: #000EFB; }

 span { border-color: rgb(0,14,251); }

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