Html Css Color HEX #000FFD Blue

📋 copy color: '#000FFD'

red 0 ◦ green 15 ◦ blue 253

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

Shades of Blue #000FFD

Tints of Blue #000FFD

RGB

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

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

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

R = 0%
G = 5.6%
B = 94.4%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#000FFD (or 0x000FFD) is known color: Blue. HEX triplet: 00, 0F and FD. RGB value is (0,15,253). Sum of RGB (Red+Green+Blue) = 0+15+253=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 253 (99.22% from 255 or 94.40% from 268); Max value from RGB is 253 - color contains mainly: blue. Hex color #000FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FFD is #FFF002. Grayscale: #242424. Windows color (decimal): -16773123 or 16584448. OLE color: 16584448.

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

Color convert

RGB 0 15 253 -
CMYK 1 0.94 0 0.01
HSL 236.44º 1% 0.5% -
HSV(B) 236.44º 1% 0.99% -
XYZ 17.9 7.43 93.42 -
YUV 37.65 249.53 101.15 -
System Red Green Blue C M Y K H S L
Decimal 0 15 253 1 0.94 0 0.01 236.44 1 0.5
Hex 0 F FD 64 5E 0 1 EC 64 32
Octal 0 17 375 144 136 0 1 354 144 62
Binary 0 1111 11111101 1100100 1011110 0 1 11101100 1100100 110010

Color Harmonies of #000FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FFD

Black with #000FFD

Text Example


Text Example

White with #000FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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