Html Css Color HEX #0978FA Dodger Blue

📋 copy color: '#0978FA'

red 9 ◦ green 120 ◦ blue 250

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

Shades of Dodger Blue #0978FA

Tints of Dodger Blue #0978FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 2.37%
G = 31.66%
B = 65.96%

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

#0978FA (or 0x0978FA) is known color: Dodger Blue. HEX triplet: 09, 78 and FA. RGB value is (9,120,250). Sum of RGB (Red+Green+Blue) = 9+120+250=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #0978FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0978FA is #F68705. Grayscale: #656565. Windows color (decimal): -16156422 or 16414729. OLE color: 16414729.

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

Color convert

RGB 9 120 250 -
CMYK 0.96 0.52 0 0.02
HSL 212.37º 0.96% 0.51% -
HSV(B) 212.37º 0.96% 0.98% -
XYZ 24.08 20.39 93.11 -
YUV 101.63 211.73 61.93 -
System Red Green Blue C M Y K H S L
Decimal 9 120 250 0.96 0.52 0 0.02 212.37 0.96 0.51
Hex 9 78 FA 60 34 0 2 D4 60 33
Octal 11 170 372 140 64 0 2 324 140 63
Binary 1001 1111000 11111010 1100000 110100 0 10 11010100 1100000 110011

Color Harmonies of #0978FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0978FA

Black with #0978FA

Text Example


Text Example

White with #0978FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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