Html Css Color HEX #0998FF Dodger Blue

📋 copy color: '#0998FF'

red 9 ◦ green 152 ◦ blue 255

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

Shades of Dodger Blue #0998FF

Tints of Dodger Blue #0998FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 2.16%
G = 36.54%
B = 61.3%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0998FF (or 0x0998FF) is known color: Dodger Blue. HEX triplet: 09, 98 and FF. RGB value is (9,152,255). Sum of RGB (Red+Green+Blue) = 9+152+255=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #0998FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0998FF is #F66700. Grayscale: #787878. Windows color (decimal): -16148225 or 16750601. OLE color: 16750601.

HSL color Cylindrical-coordinate representation of color #0998FF: hue angle of 205.12º 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 #0998FF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 152 255 -
CMYK 0.96 0.40 0 0
HSL 205.12º 1% 0.52% -
HSV(B) 205.12º 0.96% 1% -
XYZ 29.39 29.73 98.8 -
YUV 120.99 203.62 48.12 -
System Red Green Blue C M Y K H S L
Decimal 9 152 255 0.96 0.40 0 0 205.12 1 0.52
Hex 9 98 FF 60 28 0 0 CD 64 34
Octal 11 230 377 140 50 0 0 315 144 64
Binary 1001 10011000 11111111 1100000 101000 0 0 11001101 1100100 110100

Color Harmonies of #0998FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0998FF

Black with #0998FF

Text Example


Text Example

White with #0998FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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