Html Css Color HEX #0971F9 Dodger Blue

📋 copy color: '#0971F9'

red 9 ◦ green 113 ◦ blue 249

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

Shades of Dodger Blue #0971F9

Tints of Dodger Blue #0971F9

RGB

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

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

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

R = 2.43%
G = 30.46%
B = 67.12%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0971F9 (or 0x0971F9) is known color: Dodger Blue. HEX triplet: 09, 71 and F9. RGB value is (9,113,249). Sum of RGB (Red+Green+Blue) = 9+113+249=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #0971F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0971F9 is #F68E06. Grayscale: #606060. Windows color (decimal): -16158215 or 16347401. OLE color: 16347401.

HSL color Cylindrical-coordinate representation of color #0971F9: hue angle of 214º degrees, saturation: 0.95, 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 #0971F9 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 113 249 -
CMYK 0.96 0.55 0 0.02
HSL 214º 0.95% 0.51% -
HSV(B) 214º 0.96% 0.98% -
XYZ 23.12 18.71 92.02 -
YUV 97.41 213.54 64.94 -
System Red Green Blue C M Y K H S L
Decimal 9 113 249 0.96 0.55 0 0.02 214 0.95 0.51
Hex 9 71 F9 60 37 0 2 D6 5F 33
Octal 11 161 371 140 67 0 2 326 137 63
Binary 1001 1110001 11111001 1100000 110111 0 10 11010110 1011111 110011

Color Harmonies of #0971F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971F9

Black with #0971F9

Text Example


Text Example

White with #0971F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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