Html Css Color HEX #098AFB Dodger Blue

📋 copy color: '#098AFB'

red 9 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #098AFB

Tints of Dodger Blue #098AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 2.26%
G = 34.67%
B = 63.07%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#098AFB (or 0x098AFB) is known color: Dodger Blue. HEX triplet: 09, 8A and FB. RGB value is (9,138,251). Sum of RGB (Red+Green+Blue) = 9+138+251=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #098AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098AFB is #F67504. Grayscale: #6F6F6F. Windows color (decimal): -16151813 or 16484873. OLE color: 16484873.

HSL color Cylindrical-coordinate representation of color #098AFB: hue angle of 208.02º degrees, saturation: 0.97, 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 #098AFB is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 138 251 -
CMYK 0.96 0.45 0 0.02
HSL 208.02º 0.97% 0.51% -
HSV(B) 208.02º 0.96% 0.98% -
XYZ 26.61 25.2 94.73 -
YUV 112.31 206.26 54.31 -
System Red Green Blue C M Y K H S L
Decimal 9 138 251 0.96 0.45 0 0.02 208.02 0.97 0.51
Hex 9 8A FB 60 2D 0 2 D0 61 33
Octal 11 212 373 140 55 0 2 320 141 63
Binary 1001 10001010 11111011 1100000 101101 0 10 11010000 1100001 110011

Color Harmonies of #098AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AFB

Black with #098AFB

Text Example


Text Example

White with #098AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098AFB; }

 p { color: rgb(9,138,251); }

 H1.HeaderClassName
 {
   color: #098AFB;
 }
 .AnyTagClassName
 {
   color: #098AFB;
 }
</style>

background-color css

<style>
 a { background-color: #098AFB; }

 a { background-color: rgb(9,138,251); }

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

border-color css

<style>
 span { border-color: #098AFB; }

 span { border-color: rgb(9,138,251); }

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