Html Css Color HEX #0908FD Blue

📋 copy color: '#0908FD'

red 9 ◦ green 8 ◦ blue 253

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

Shades of Blue #0908FD

Tints of Blue #0908FD

RGB

 RED value IS 9 (3.91% from 255) = 3.33%

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

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

R = 3.33%
G = 2.96%
B = 93.7%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0908FD (or 0x0908FD) is known color: Blue. HEX triplet: 09, 08 and FD. RGB value is (9,8,253). Sum of RGB (Red+Green+Blue) = 9+8+253=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 253 (99.22% from 255 or 93.70% from 270); Max value from RGB is 253 - color contains mainly: blue. Hex color #0908FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0908FD is #F6F702. Grayscale: #232323. Windows color (decimal): -16185091 or 16582665. OLE color: 16582665.

HSL color Cylindrical-coordinate representation of color #0908FD: hue angle of 240.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0908FD is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 8 253 -
CMYK 0.96 0.97 0 0.01
HSL 240.24º 0.98% 0.51% -
HSV(B) 240.24º 0.97% 0.99% -
XYZ 17.93 7.32 93.4 -
YUV 36.23 250.33 108.58 -
System Red Green Blue C M Y K H S L
Decimal 9 8 253 0.96 0.97 0 0.01 240.24 0.98 0.51
Hex 9 8 FD 60 61 0 1 F0 62 33
Octal 11 10 375 140 141 0 1 360 142 63
Binary 1001 1000 11111101 1100000 1100001 0 1 11110000 1100010 110011

Color Harmonies of #0908FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908FD

Black with #0908FD

Text Example


Text Example

White with #0908FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0908FD; }

 p { color: rgb(9,8,253); }

 H1.HeaderClassName
 {
   color: #0908FD;
 }
 .AnyTagClassName
 {
   color: #0908FD;
 }
</style>

background-color css

<style>
 a { background-color: #0908FD; }

 a { background-color: rgb(9,8,253); }

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

border-color css

<style>
 span { border-color: #0908FD; }

 span { border-color: rgb(9,8,253); }

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