Html Css Color HEX #0974EF Dodger Blue

📋 copy color: '#0974EF'

red 9 ◦ green 116 ◦ blue 239

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

Shades of Dodger Blue #0974EF

Tints of Dodger Blue #0974EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

 BLUE value IS 239 (93.75% from 255) = 65.66%

R = 2.47%
G = 31.87%
B = 65.66%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0974EF (or 0x0974EF) is known color: Dodger Blue. HEX triplet: 09, 74 and EF. RGB value is (9,116,239). Sum of RGB (Red+Green+Blue) = 9+116+239=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #0974EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0974EF is #F68B10. Grayscale: #616161. Windows color (decimal): -16157457 or 15692809. OLE color: 15692809.

HSL color Cylindrical-coordinate representation of color #0974EF: hue angle of 212.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974EF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 116 239 -
CMYK 0.96 0.51 0 0.06
HSL 212.09º 0.93% 0.49% -
HSV(B) 212.09º 0.96% 0.94% -
XYZ 21.94 18.78 84.13 -
YUV 98.03 207.55 64.5 -
System Red Green Blue C M Y K H S L
Decimal 9 116 239 0.96 0.51 0 0.06 212.09 0.93 0.49
Hex 9 74 EF 60 33 0 6 D4 5D 31
Octal 11 164 357 140 63 0 6 324 135 61
Binary 1001 1110100 11101111 1100000 110011 0 110 11010100 1011101 110001

Color Harmonies of #0974EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0974EF

Black with #0974EF

Text Example


Text Example

White with #0974EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0974EF; }

 p { color: rgb(9,116,239); }

 H1.HeaderClassName
 {
   color: #0974EF;
 }
 .AnyTagClassName
 {
   color: #0974EF;
 }
</style>

background-color css

<style>
 a { background-color: #0974EF; }

 a { background-color: rgb(9,116,239); }

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

border-color css

<style>
 span { border-color: #0974EF; }

 span { border-color: rgb(9,116,239); }

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