Html Css Color HEX #0971F6 Dodger Blue

📋 copy color: '#0971F6'

red 9 ◦ green 113 ◦ blue 246

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

Shades of Dodger Blue #0971F6

Tints of Dodger Blue #0971F6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.71%

 BLUE value IS 246 (96.48% from 255) = 66.85%

R = 2.45%
G = 30.71%
B = 66.85%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0971F6 (or 0x0971F6) is known color: Dodger Blue. HEX triplet: 09, 71 and F6. RGB value is (9,113,246). Sum of RGB (Red+Green+Blue) = 9+113+246=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 246 (96.48% from 255 or 66.85% from 368); Max value from RGB is 246 - color contains mainly: blue. Hex color #0971F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0971F6 is #F68E09. Grayscale: #606060. Windows color (decimal): -16158218 or 16150793. OLE color: 16150793.

HSL color Cylindrical-coordinate representation of color #0971F6: hue angle of 213.67º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0971F6 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 113 246 -
CMYK 0.96 0.54 0 0.04
HSL 213.67º 0.93% 0.5% -
HSV(B) 213.67º 0.96% 0.96% -
XYZ 22.65 18.52 89.57 -
YUV 97.07 212.04 65.19 -
System Red Green Blue C M Y K H S L
Decimal 9 113 246 0.96 0.54 0 0.04 213.67 0.93 0.5
Hex 9 71 F6 60 36 0 4 D6 5D 32
Octal 11 161 366 140 66 0 4 326 135 62
Binary 1001 1110001 11110110 1100000 110110 0 100 11010110 1011101 110010

Color Harmonies of #0971F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971F6

Black with #0971F6

Text Example


Text Example

White with #0971F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0971F6; }

 p { color: rgb(9,113,246); }

 H1.HeaderClassName
 {
   color: #0971F6;
 }
 .AnyTagClassName
 {
   color: #0971F6;
 }
</style>

background-color css

<style>
 a { background-color: #0971F6; }

 a { background-color: rgb(9,113,246); }

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

border-color css

<style>
 span { border-color: #0971F6; }

 span { border-color: rgb(9,113,246); }

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