Html Css Color HEX #0988F2 Dodger Blue

📋 copy color: '#0988F2'

red 9 ◦ green 136 ◦ blue 242

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

Shades of Dodger Blue #0988F2

Tints of Dodger Blue #0988F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.53%

R = 2.33%
G = 35.14%
B = 62.53%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0988F2 (or 0x0988F2) is known color: Dodger Blue. HEX triplet: 09, 88 and F2. RGB value is (9,136,242). Sum of RGB (Red+Green+Blue) = 9+136+242=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #0988F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0988F2 is #F6770D. Grayscale: #6D6D6D. Windows color (decimal): -16152334 or 15894537. OLE color: 15894537.

HSL color Cylindrical-coordinate representation of color #0988F2: hue angle of 207.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0988F2 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 136 242 -
CMYK 0.96 0.44 0 0.05
HSL 207.3º 0.93% 0.49% -
HSV(B) 207.3º 0.96% 0.95% -
XYZ 24.94 24.08 87.34 -
YUV 110.11 202.42 55.88 -
System Red Green Blue C M Y K H S L
Decimal 9 136 242 0.96 0.44 0 0.05 207.3 0.93 0.49
Hex 9 88 F2 60 2C 0 5 CF 5D 31
Octal 11 210 362 140 54 0 5 317 135 61
Binary 1001 10001000 11110010 1100000 101100 0 101 11001111 1011101 110001

Color Harmonies of #0988F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988F2

Black with #0988F2

Text Example


Text Example

White with #0988F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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