Html Css Color HEX #0984FA Dodger Blue

📋 copy color: '#0984FA'

red 9 ◦ green 132 ◦ blue 250

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

Shades of Dodger Blue #0984FA

Tints of Dodger Blue #0984FA

RGB

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

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

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

R = 2.3%
G = 33.76%
B = 63.94%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0984FA (or 0x0984FA) is known color: Dodger Blue. HEX triplet: 09, 84 and FA. RGB value is (9,132,250). Sum of RGB (Red+Green+Blue) = 9+132+250=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #0984FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0984FA is #F67B05. Grayscale: #6C6C6C. Windows color (decimal): -16153350 or 16417801. OLE color: 16417801.

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

Color convert

RGB 9 132 250 -
CMYK 0.96 0.47 0 0.02
HSL 209.38º 0.96% 0.51% -
HSV(B) 209.38º 0.96% 0.98% -
XYZ 25.62 23.46 93.62 -
YUV 108.68 207.75 56.91 -
System Red Green Blue C M Y K H S L
Decimal 9 132 250 0.96 0.47 0 0.02 209.38 0.96 0.51
Hex 9 84 FA 60 2F 0 2 D1 60 33
Octal 11 204 372 140 57 0 2 321 140 63
Binary 1001 10000100 11111010 1100000 101111 0 10 11010001 1100000 110011

Color Harmonies of #0984FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0984FA

Black with #0984FA

Text Example


Text Example

White with #0984FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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