Html Css Color HEX #0977FA Dodger Blue

📋 copy color: '#0977FA'

red 9 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #0977FA

Tints of Dodger Blue #0977FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 2.38%
G = 31.48%
B = 66.14%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0977FA (or 0x0977FA) is known color: Dodger Blue. HEX triplet: 09, 77 and FA. RGB value is (9,119,250). Sum of RGB (Red+Green+Blue) = 9+119+250=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #0977FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0977FA is #F68805. Grayscale: #646464. Windows color (decimal): -16156678 or 16414473. OLE color: 16414473.

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

Color convert

RGB 9 119 250 -
CMYK 0.96 0.52 0 0.02
HSL 212.61º 0.96% 0.51% -
HSV(B) 212.61º 0.96% 0.98% -
XYZ 23.96 20.15 93.07 -
YUV 101.04 212.06 62.35 -
System Red Green Blue C M Y K H S L
Decimal 9 119 250 0.96 0.52 0 0.02 212.61 0.96 0.51
Hex 9 77 FA 60 34 0 2 D5 60 33
Octal 11 167 372 140 64 0 2 325 140 63
Binary 1001 1110111 11111010 1100000 110100 0 10 11010101 1100000 110011

Color Harmonies of #0977FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0977FA

Black with #0977FA

Text Example


Text Example

White with #0977FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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