Html Css Color HEX #098CFF Dodger Blue

📋 copy color: '#098CFF'

red 9 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #098CFF

Tints of Dodger Blue #098CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

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

R = 2.23%
G = 34.65%
B = 63.12%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#098CFF (or 0x098CFF) is known color: Dodger Blue. HEX triplet: 09, 8C and FF. RGB value is (9,140,255). Sum of RGB (Red+Green+Blue) = 9+140+255=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #098CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CFF is #F67300. Grayscale: #717171. Windows color (decimal): -16151297 or 16747529. OLE color: 16747529.

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

Color convert

RGB 9 140 255 -
CMYK 0.96 0.45 0 0
HSL 208.05º 1% 0.52% -
HSV(B) 208.05º 0.96% 1% -
XYZ 27.54 26.03 98.18 -
YUV 113.94 207.6 53.15 -
System Red Green Blue C M Y K H S L
Decimal 9 140 255 0.96 0.45 0 0 208.05 1 0.52
Hex 9 8C FF 60 2D 0 0 D0 64 34
Octal 11 214 377 140 55 0 0 320 144 64
Binary 1001 10001100 11111111 1100000 101101 0 0 11010000 1100100 110100

Color Harmonies of #098CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CFF

Black with #098CFF

Text Example


Text Example

White with #098CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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