Html Css Color HEX #0988FE Dodger Blue

📋 copy color: '#0988FE'

red 9 ◦ green 136 ◦ blue 254

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

Shades of Dodger Blue #0988FE

Tints of Dodger Blue #0988FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 2.26%
G = 34.09%
B = 63.66%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0988FE (or 0x0988FE) is known color: Dodger Blue. HEX triplet: 09, 88 and FE. RGB value is (9,136,254). Sum of RGB (Red+Green+Blue) = 9+136+254=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #0988FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0988FE is #F67701. Grayscale: #6E6E6E. Windows color (decimal): -16152322 or 16680969. OLE color: 16680969.

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

Color convert

RGB 9 136 254 -
CMYK 0.96 0.46 0 0.00
HSL 208.9º 0.99% 0.52% -
HSV(B) 208.9º 0.96% 1% -
XYZ 26.81 24.82 97.14 -
YUV 111.48 208.42 54.91 -
System Red Green Blue C M Y K H S L
Decimal 9 136 254 0.96 0.46 0 0.00 208.9 0.99 0.52
Hex 9 88 FE 60 2E 0 0 D1 63 34
Octal 11 210 376 140 56 0 0 321 143 64
Binary 1001 10001000 11111110 1100000 101110 0 0 11010001 1100011 110100

Color Harmonies of #0988FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988FE

Black with #0988FE

Text Example


Text Example

White with #0988FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0988FE; }

 p { color: rgb(9,136,254); }

 H1.HeaderClassName
 {
   color: #0988FE;
 }
 .AnyTagClassName
 {
   color: #0988FE;
 }
</style>

background-color css

<style>
 a { background-color: #0988FE; }

 a { background-color: rgb(9,136,254); }

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

border-color css

<style>
 span { border-color: #0988FE; }

 span { border-color: rgb(9,136,254); }

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