Html Css Color HEX #098BEB Dodger Blue

📋 copy color: '#098BEB'

red 9 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #098BEB

Tints of Dodger Blue #098BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 2.35%
G = 36.29%
B = 61.36%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#098BEB (or 0x098BEB) is known color: Dodger Blue. HEX triplet: 09, 8B and EB. RGB value is (9,139,235). Sum of RGB (Red+Green+Blue) = 9+139+235=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #098BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BEB is #F67414. Grayscale: #6E6E6E. Windows color (decimal): -16151573 or 15436553. OLE color: 15436553.

HSL color Cylindrical-coordinate representation of color #098BEB: hue angle of 205.49º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BEB is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 139 235 -
CMYK 0.96 0.41 0 0.08
HSL 205.49º 0.93% 0.48% -
HSV(B) 205.49º 0.96% 0.92% -
XYZ 24.34 24.52 82.05 -
YUV 111.07 197.93 55.19 -
System Red Green Blue C M Y K H S L
Decimal 9 139 235 0.96 0.41 0 0.08 205.49 0.93 0.48
Hex 9 8B EB 60 29 0 8 CD 5D 30
Octal 11 213 353 140 51 0 10 315 135 60
Binary 1001 10001011 11101011 1100000 101001 0 1000 11001101 1011101 110000

Color Harmonies of #098BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BEB

Black with #098BEB

Text Example


Text Example

White with #098BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,139,235); }

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

background-color css

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

 a { background-color: rgb(9,139,235); }

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

border-color css

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

 span { border-color: rgb(9,139,235); }

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