Html Css Color HEX #0977EE Dodger Blue

📋 copy color: '#0977EE'

red 9 ◦ green 119 ◦ blue 238

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

Shades of Dodger Blue #0977EE

Tints of Dodger Blue #0977EE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 238 (93.36% from 255) = 65.03%

R = 2.46%
G = 32.51%
B = 65.03%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0977EE (or 0x0977EE) is known color: Dodger Blue. HEX triplet: 09, 77 and EE. RGB value is (9,119,238). Sum of RGB (Red+Green+Blue) = 9+119+238=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #0977EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0977EE is #F68811. Grayscale: #636363. Windows color (decimal): -16156690 or 15628041. OLE color: 15628041.

HSL color Cylindrical-coordinate representation of color #0977EE: hue angle of 211.18º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0977EE is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 119 238 -
CMYK 0.96 0.50 0 0.07
HSL 211.18º 0.93% 0.48% -
HSV(B) 211.18º 0.96% 0.93% -
XYZ 22.14 19.42 83.47 -
YUV 99.68 206.06 63.32 -
System Red Green Blue C M Y K H S L
Decimal 9 119 238 0.96 0.50 0 0.07 211.18 0.93 0.48
Hex 9 77 EE 60 32 0 7 D3 5D 30
Octal 11 167 356 140 62 0 7 323 135 60
Binary 1001 1110111 11101110 1100000 110010 0 111 11010011 1011101 110000

Color Harmonies of #0977EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0977EE

Black with #0977EE

Text Example


Text Example

White with #0977EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0977EE; }

 p { color: rgb(9,119,238); }

 H1.HeaderClassName
 {
   color: #0977EE;
 }
 .AnyTagClassName
 {
   color: #0977EE;
 }
</style>

background-color css

<style>
 a { background-color: #0977EE; }

 a { background-color: rgb(9,119,238); }

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

border-color css

<style>
 span { border-color: #0977EE; }

 span { border-color: rgb(9,119,238); }

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