Html Css Color HEX #098CF0 Dodger Blue

📋 copy color: '#098CF0'

red 9 ◦ green 140 ◦ blue 240

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

Shades of Dodger Blue #098CF0

Tints of Dodger Blue #098CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 61.7%

R = 2.31%
G = 35.99%
B = 61.7%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#098CF0 (or 0x098CF0) is known color: Dodger Blue. HEX triplet: 09, 8C and F0. RGB value is (9,140,240). Sum of RGB (Red+Green+Blue) = 9+140+240=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #098CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CF0 is #F6730F. Grayscale: #6F6F6F. Windows color (decimal): -16151312 or 15764489. OLE color: 15764489.

HSL color Cylindrical-coordinate representation of color #098CF0: hue angle of 205.97º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CF0 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 140 240 -
CMYK 0.96 0.42 0 0.06
HSL 205.97º 0.93% 0.49% -
HSV(B) 205.97º 0.96% 0.94% -
XYZ 25.22 25.11 85.95 -
YUV 112.23 200.1 54.37 -
System Red Green Blue C M Y K H S L
Decimal 9 140 240 0.96 0.42 0 0.06 205.97 0.93 0.49
Hex 9 8C F0 60 2A 0 6 CE 5D 31
Octal 11 214 360 140 52 0 6 316 135 61
Binary 1001 10001100 11110000 1100000 101010 0 110 11001110 1011101 110001

Color Harmonies of #098CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CF0

Black with #098CF0

Text Example


Text Example

White with #098CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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