Html Css Color HEX #0972F7 Dodger Blue

📋 copy color: '#0972F7'

red 9 ◦ green 114 ◦ blue 247

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

Shades of Dodger Blue #0972F7

Tints of Dodger Blue #0972F7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

 BLUE value IS 247 (96.88% from 255) = 66.76%

R = 2.43%
G = 30.81%
B = 66.76%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0972F7 (or 0x0972F7) is known color: Dodger Blue. HEX triplet: 09, 72 and F7. RGB value is (9,114,247). Sum of RGB (Red+Green+Blue) = 9+114+247=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 247 (96.88% from 255 or 66.76% from 370); Max value from RGB is 247 - color contains mainly: blue. Hex color #0972F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0972F7 is #F68D08. Grayscale: #616161. Windows color (decimal): -16157961 or 16216585. OLE color: 16216585.

HSL color Cylindrical-coordinate representation of color #0972F7: hue angle of 213.53º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0972F7 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 114 247 -
CMYK 0.96 0.54 0 0.03
HSL 213.53º 0.94% 0.5% -
HSV(B) 213.53º 0.96% 0.97% -
XYZ 22.92 18.81 90.42 -
YUV 97.77 212.21 64.69 -
System Red Green Blue C M Y K H S L
Decimal 9 114 247 0.96 0.54 0 0.03 213.53 0.94 0.5
Hex 9 72 F7 60 36 0 3 D6 5E 32
Octal 11 162 367 140 66 0 3 326 136 62
Binary 1001 1110010 11110111 1100000 110110 0 11 11010110 1011110 110010

Color Harmonies of #0972F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972F7

Black with #0972F7

Text Example


Text Example

White with #0972F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0972F7; }

 p { color: rgb(9,114,247); }

 H1.HeaderClassName
 {
   color: #0972F7;
 }
 .AnyTagClassName
 {
   color: #0972F7;
 }
</style>

background-color css

<style>
 a { background-color: #0972F7; }

 a { background-color: rgb(9,114,247); }

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

border-color css

<style>
 span { border-color: #0972F7; }

 span { border-color: rgb(9,114,247); }

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