Html Css Color HEX #098AED Dodger Blue

📋 copy color: '#098AED'

red 9 ◦ green 138 ◦ blue 237

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

Shades of Dodger Blue #098AED

Tints of Dodger Blue #098AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 2.34%
G = 35.94%
B = 61.72%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#098AED (or 0x098AED) is known color: Dodger Blue. HEX triplet: 09, 8A and ED. RGB value is (9,138,237). Sum of RGB (Red+Green+Blue) = 9+138+237=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #098AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098AED is #F67512. Grayscale: #6E6E6E. Windows color (decimal): -16151827 or 15567369. OLE color: 15567369.

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

Color convert

RGB 9 138 237 -
CMYK 0.96 0.42 0 0.07
HSL 206.05º 0.93% 0.48% -
HSV(B) 206.05º 0.96% 0.93% -
XYZ 24.49 24.35 83.53 -
YUV 110.72 199.26 55.45 -
System Red Green Blue C M Y K H S L
Decimal 9 138 237 0.96 0.42 0 0.07 206.05 0.93 0.48
Hex 9 8A ED 60 2A 0 7 CE 5D 30
Octal 11 212 355 140 52 0 7 316 135 60
Binary 1001 10001010 11101101 1100000 101010 0 111 11001110 1011101 110000

Color Harmonies of #098AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AED

Black with #098AED

Text Example


Text Example

White with #098AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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