Html Css Color HEX #0976FB Dodger Blue

📋 copy color: '#0976FB'

red 9 ◦ green 118 ◦ blue 251

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

Shades of Dodger Blue #0976FB

Tints of Dodger Blue #0976FB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

 BLUE value IS 251 (98.44% from 255) = 66.4%

R = 2.38%
G = 31.22%
B = 66.4%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0976FB (or 0x0976FB) is known color: Dodger Blue. HEX triplet: 09, 76 and FB. RGB value is (9,118,251). Sum of RGB (Red+Green+Blue) = 9+118+251=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #0976FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0976FB is #F68904. Grayscale: #636363. Windows color (decimal): -16156933 or 16479753. OLE color: 16479753.

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

Color convert

RGB 9 118 251 -
CMYK 0.96 0.53 0 0.02
HSL 212.98º 0.97% 0.51% -
HSV(B) 212.98º 0.96% 0.98% -
XYZ 24 19.98 93.86 -
YUV 100.57 212.89 62.69 -
System Red Green Blue C M Y K H S L
Decimal 9 118 251 0.96 0.53 0 0.02 212.98 0.97 0.51
Hex 9 76 FB 60 35 0 2 D5 61 33
Octal 11 166 373 140 65 0 2 325 141 63
Binary 1001 1110110 11111011 1100000 110101 0 10 11010101 1100001 110011

Color Harmonies of #0976FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976FB

Black with #0976FB

Text Example


Text Example

White with #0976FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0976FB; }

 p { color: rgb(9,118,251); }

 H1.HeaderClassName
 {
   color: #0976FB;
 }
 .AnyTagClassName
 {
   color: #0976FB;
 }
</style>

background-color css

<style>
 a { background-color: #0976FB; }

 a { background-color: rgb(9,118,251); }

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

border-color css

<style>
 span { border-color: #0976FB; }

 span { border-color: rgb(9,118,251); }

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