Html Css Color HEX #098CEB Dodger Blue

📋 copy color: '#098CEB'

red 9 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #098CEB

Tints of Dodger Blue #098CEB

RGB

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

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

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

R = 2.34%
G = 36.46%
B = 61.2%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#098CEB (or 0x098CEB) is known color: Dodger Blue. HEX triplet: 09, 8C and EB. RGB value is (9,140,235). Sum of RGB (Red+Green+Blue) = 9+140+235=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #098CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CEB is #F67314. Grayscale: #6F6F6F. Windows color (decimal): -16151317 or 15436809. OLE color: 15436809.

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

Color convert

RGB 9 140 235 -
CMYK 0.96 0.40 0 0.08
HSL 205.22º 0.93% 0.48% -
HSV(B) 205.22º 0.96% 0.92% -
XYZ 24.49 24.81 82.1 -
YUV 111.66 197.6 54.78 -
System Red Green Blue C M Y K H S L
Decimal 9 140 235 0.96 0.40 0 0.08 205.22 0.93 0.48
Hex 9 8C EB 60 28 0 8 CD 5D 30
Octal 11 214 353 140 50 0 10 315 135 60
Binary 1001 10001100 11101011 1100000 101000 0 1000 11001101 1011101 110000

Color Harmonies of #098CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CEB

Black with #098CEB

Text Example


Text Example

White with #098CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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