Html Css Color HEX #0976FD Dodger Blue

📋 copy color: '#0976FD'

red 9 ◦ green 118 ◦ blue 253

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

Shades of Dodger Blue #0976FD

Tints of Dodger Blue #0976FD

RGB

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

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

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

R = 2.37%
G = 31.05%
B = 66.58%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0976FD (or 0x0976FD) is known color: Dodger Blue. HEX triplet: 09, 76 and FD. RGB value is (9,118,253). Sum of RGB (Red+Green+Blue) = 9+118+253=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #0976FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0976FD is #F68902. Grayscale: #646464. Windows color (decimal): -16156931 or 16610825. OLE color: 16610825.

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

Color convert

RGB 9 118 253 -
CMYK 0.96 0.53 0 0.01
HSL 213.2º 0.98% 0.51% -
HSV(B) 213.2º 0.96% 0.99% -
XYZ 24.32 20.11 95.53 -
YUV 100.8 213.89 62.52 -
System Red Green Blue C M Y K H S L
Decimal 9 118 253 0.96 0.53 0 0.01 213.2 0.98 0.51
Hex 9 76 FD 60 35 0 1 D5 62 33
Octal 11 166 375 140 65 0 1 325 142 63
Binary 1001 1110110 11111101 1100000 110101 0 1 11010101 1100010 110011

Color Harmonies of #0976FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976FD

Black with #0976FD

Text Example


Text Example

White with #0976FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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