Html Css Color HEX #0984FF Dodger Blue

📋 copy color: '#0984FF'

red 9 ◦ green 132 ◦ blue 255

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

Shades of Dodger Blue #0984FF

Tints of Dodger Blue #0984FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 2.27%
G = 33.33%
B = 64.39%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0984FF (or 0x0984FF) is known color: Dodger Blue. HEX triplet: 09, 84 and FF. RGB value is (9,132,255). Sum of RGB (Red+Green+Blue) = 9+132+255=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #0984FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0984FF is #F67B00. Grayscale: #6C6C6C. Windows color (decimal): -16153345 or 16745481. OLE color: 16745481.

HSL color Cylindrical-coordinate representation of color #0984FF: hue angle of 210º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0984FF is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 132 255 -
CMYK 0.96 0.48 0 0
HSL 210º 1% 0.52% -
HSV(B) 210º 0.96% 1% -
XYZ 26.41 23.78 97.81 -
YUV 109.25 210.25 56.5 -
System Red Green Blue C M Y K H S L
Decimal 9 132 255 0.96 0.48 0 0 210 1 0.52
Hex 9 84 FF 60 30 0 0 D2 64 34
Octal 11 204 377 140 60 0 0 322 144 64
Binary 1001 10000100 11111111 1100000 110000 0 0 11010010 1100100 110100

Color Harmonies of #0984FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0984FF

Black with #0984FF

Text Example


Text Example

White with #0984FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0984FF; }

 p { color: rgb(9,132,255); }

 H1.HeaderClassName
 {
   color: #0984FF;
 }
 .AnyTagClassName
 {
   color: #0984FF;
 }
</style>

background-color css

<style>
 a { background-color: #0984FF; }

 a { background-color: rgb(9,132,255); }

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

border-color css

<style>
 span { border-color: #0984FF; }

 span { border-color: rgb(9,132,255); }

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