Html Css Color HEX #000DFB Blue

📋 copy color: '#000DFB'

red 0 ◦ green 13 ◦ blue 251

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

Shades of Blue #000DFB

Tints of Blue #000DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

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

R = 0%
G = 4.92%
B = 95.08%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#000DFB (or 0x000DFB) is known color: Blue. HEX triplet: 00, 0D and FB. RGB value is (0,13,251). Sum of RGB (Red+Green+Blue) = 0+13+251=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 13 (5.47% from 255 or 4.92% 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 #000DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000DFB is #FFF204. Grayscale: #232323. Windows color (decimal): -16773637 or 16452864. OLE color: 16452864.

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

Color convert

RGB 0 13 251 -
CMYK 1 0.95 0 0.02
HSL 236.89º 1% 0.49% -
HSV(B) 236.89º 1% 0.98% -
XYZ 17.56 7.25 91.74 -
YUV 36.25 249.19 102.15 -
System Red Green Blue C M Y K H S L
Decimal 0 13 251 1 0.95 0 0.02 236.89 1 0.49
Hex 0 D FB 64 5F 0 2 ED 64 31
Octal 0 15 373 144 137 0 2 355 144 61
Binary 0 1101 11111011 1100100 1011111 0 10 11101101 1100100 110001

Color Harmonies of #000DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DFB

Black with #000DFB

Text Example


Text Example

White with #000DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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