Html Css Color HEX #000DFD Blue

📋 copy color: '#000DFD'

red 0 ◦ green 13 ◦ blue 253

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

Shades of Blue #000DFD

Tints of Blue #000DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 95.11%

R = 0%
G = 4.89%
B = 95.11%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#000DFD (or 0x000DFD) is known color: Blue. HEX triplet: 00, 0D and FD. RGB value is (0,13,253). Sum of RGB (Red+Green+Blue) = 0+13+253=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 253 (99.22% from 255 or 95.11% from 266); Max value from RGB is 253 - color contains mainly: blue. Hex color #000DFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000DFD is #FFF202. Grayscale: #232323. Windows color (decimal): -16773635 or 16583936. OLE color: 16583936.

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

Color convert

RGB 0 13 253 -
CMYK 1 0.95 0 0.01
HSL 236.92º 1% 0.5% -
HSV(B) 236.92º 1% 0.99% -
XYZ 17.87 7.38 93.41 -
YUV 36.47 250.19 101.99 -
System Red Green Blue C M Y K H S L
Decimal 0 13 253 1 0.95 0 0.01 236.92 1 0.5
Hex 0 D FD 64 5F 0 1 ED 64 32
Octal 0 15 375 144 137 0 1 355 144 62
Binary 0 1101 11111101 1100100 1011111 0 1 11101101 1100100 110010

Color Harmonies of #000DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DFD

Black with #000DFD

Text Example


Text Example

White with #000DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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