Html Css Color HEX #000FD2 Medium Blue

📋 copy color: '#000FD2'

red 0 ◦ green 15 ◦ blue 210

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

Shades of Medium Blue #000FD2

Tints of Medium Blue #000FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.67%

 BLUE value IS 210 (82.42% from 255) = 93.33%

R = 0%
G = 6.67%
B = 93.33%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#000FD2 (or 0x000FD2) is known color: Medium Blue. HEX triplet: 00, 0F and D2. RGB value is (0,15,210). Sum of RGB (Red+Green+Blue) = 0+15+210=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 210 (82.42% from 255 or 93.33% from 225); Max value from RGB is 210 - color contains mainly: blue. Hex color #000FD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FD2 is #FFF02D. Grayscale: #1F1F1F. Windows color (decimal): -16773166 or 13766400. OLE color: 13766400.

HSL color Cylindrical-coordinate representation of color #000FD2: hue angle of 235.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FD2 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 15 210 -
CMYK 1 0.93 0 0.18
HSL 235.71º 1% 0.41% -
HSV(B) 235.71º 1% 0.82% -
XYZ 11.8 4.99 61.31 -
YUV 32.75 228.03 104.64 -
System Red Green Blue C M Y K H S L
Decimal 0 15 210 1 0.93 0 0.18 235.71 1 0.41
Hex 0 F D2 64 5D 0 12 EC 64 29
Octal 0 17 322 144 135 0 22 354 144 51
Binary 0 1111 11010010 1100100 1011101 0 10010 11101100 1100100 101001

Color Harmonies of #000FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FD2

Black with #000FD2

Text Example


Text Example

White with #000FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,15,210); }

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

background-color css

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

 a { background-color: rgb(0,15,210); }

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

border-color css

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

 span { border-color: rgb(0,15,210); }

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