Html Css Color HEX #098AE0 Dodger Blue

📋 copy color: '#098AE0'

red 9 ◦ green 138 ◦ blue 224

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

Shades of Dodger Blue #098AE0

Tints of Dodger Blue #098AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.38%

R = 2.43%
G = 37.2%
B = 60.38%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#098AE0 (or 0x098AE0) is known color: Dodger Blue. HEX triplet: 09, 8A and E0. RGB value is (9,138,224). Sum of RGB (Red+Green+Blue) = 9+138+224=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #098AE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098AE0 is #F6751F. Grayscale: #6C6C6C. Windows color (decimal): -16151840 or 14715401. OLE color: 14715401.

HSL color Cylindrical-coordinate representation of color #098AE0: hue angle of 204º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098AE0 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 138 224 -
CMYK 0.96 0.38 0 0.12
HSL 204º 0.92% 0.46% -
HSV(B) 204º 0.96% 0.88% -
XYZ 22.66 23.62 73.89 -
YUV 109.23 192.76 56.51 -
System Red Green Blue C M Y K H S L
Decimal 9 138 224 0.96 0.38 0 0.12 204 0.92 0.46
Hex 9 8A E0 60 26 0 C CC 5C 2E
Octal 11 212 340 140 46 0 14 314 134 56
Binary 1001 10001010 11100000 1100000 100110 0 1100 11001100 1011100 101110

Color Harmonies of #098AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AE0

Black with #098AE0

Text Example


Text Example

White with #098AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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