Html Css Color HEX #0008F9 Blue

📋 copy color: '#0008F9'

red 0 ◦ green 8 ◦ blue 249

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

Shades of Blue #0008F9

Tints of Blue #0008F9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 249 (97.66% from 255) = 96.89%

R = 0%
G = 3.11%
B = 96.89%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0008F9 (or 0x0008F9) is known color: Blue. HEX triplet: 00, 08 and F9. RGB value is (0,8,249). Sum of RGB (Red+Green+Blue) = 0+8+249=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 249 (97.66% from 255 or 96.89% from 257); Max value from RGB is 249 - color contains mainly: blue. Hex color #0008F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0008F9 is #FFF706. Grayscale: #202020. Windows color (decimal): -16774919 or 16320512. OLE color: 16320512.

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

Color convert

RGB 0 8 249 -
CMYK 1 0.97 0 0.02
HSL 238.07º 1% 0.49% -
HSV(B) 238.07º 1% 0.98% -
XYZ 17.19 7.01 90.07 -
YUV 33.08 249.85 104.4 -
System Red Green Blue C M Y K H S L
Decimal 0 8 249 1 0.97 0 0.02 238.07 1 0.49
Hex 0 8 F9 64 61 0 2 EE 64 31
Octal 0 10 371 144 141 0 2 356 144 61
Binary 0 1000 11111001 1100100 1100001 0 10 11101110 1100100 110001

Color Harmonies of #0008F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008F9

Black with #0008F9

Text Example


Text Example

White with #0008F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0008F9; }

 p { color: rgb(0,8,249); }

 H1.HeaderClassName
 {
   color: #0008F9;
 }
 .AnyTagClassName
 {
   color: #0008F9;
 }
</style>

background-color css

<style>
 a { background-color: #0008F9; }

 a { background-color: rgb(0,8,249); }

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

border-color css

<style>
 span { border-color: #0008F9; }

 span { border-color: rgb(0,8,249); }

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