Html Css Color HEX #0988FD Dodger Blue

📋 copy color: '#0988FD'

red 9 ◦ green 136 ◦ blue 253

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

Shades of Dodger Blue #0988FD

Tints of Dodger Blue #0988FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 2.26%
G = 34.17%
B = 63.57%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0988FD (or 0x0988FD) is known color: Dodger Blue. HEX triplet: 09, 88 and FD. RGB value is (9,136,253). Sum of RGB (Red+Green+Blue) = 9+136+253=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #0988FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0988FD is #F67702. Grayscale: #6E6E6E. Windows color (decimal): -16152323 or 16615433. OLE color: 16615433.

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

Color convert

RGB 9 136 253 -
CMYK 0.96 0.46 0 0.01
HSL 208.77º 0.98% 0.51% -
HSV(B) 208.77º 0.96% 0.99% -
XYZ 26.65 24.76 96.3 -
YUV 111.37 207.92 54.99 -
System Red Green Blue C M Y K H S L
Decimal 9 136 253 0.96 0.46 0 0.01 208.77 0.98 0.51
Hex 9 88 FD 60 2E 0 1 D1 62 33
Octal 11 210 375 140 56 0 1 321 142 63
Binary 1001 10001000 11111101 1100000 101110 0 1 11010001 1100010 110011

Color Harmonies of #0988FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988FD

Black with #0988FD

Text Example


Text Example

White with #0988FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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