Html Css Color HEX #0098EA Dodger Blue

📋 copy color: '#0098EA'

red 0 ◦ green 152 ◦ blue 234

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

Shades of Dodger Blue #0098EA

Tints of Dodger Blue #0098EA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 152 (59.77% from 255) = 39.38%

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 0%
G = 39.38%
B = 60.62%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0098EA (or 0x0098EA) is known color: Dodger Blue. HEX triplet: 00, 98 and EA. RGB value is (0,152,234). Sum of RGB (Red+Green+Blue) = 0+152+234=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #0098EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0098EA is #FF6715. Grayscale: #737373. Windows color (decimal): -16738070 or 15374336. OLE color: 15374336.

HSL color Cylindrical-coordinate representation of color #0098EA: hue angle of 201.03º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098EA is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 152 234 -
CMYK 1 0.35 0 0.08
HSL 201.03º 1% 0.46% -
HSV(B) 201.03º 1% 0.92% -
XYZ 26.08 28.4 81.95 -
YUV 115.9 194.64 45.33 -
System Red Green Blue C M Y K H S L
Decimal 0 152 234 1 0.35 0 0.08 201.03 1 0.46
Hex 0 98 EA 64 23 0 8 C9 64 2E
Octal 0 230 352 144 43 0 10 311 144 56
Binary 0 10011000 11101010 1100100 100011 0 1000 11001001 1100100 101110

Color Harmonies of #0098EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0098EA

Black with #0098EA

Text Example


Text Example

White with #0098EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0098EA; }

 p { color: rgb(0,152,234); }

 H1.HeaderClassName
 {
   color: #0098EA;
 }
 .AnyTagClassName
 {
   color: #0098EA;
 }
</style>

background-color css

<style>
 a { background-color: #0098EA; }

 a { background-color: rgb(0,152,234); }

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

border-color css

<style>
 span { border-color: #0098EA; }

 span { border-color: rgb(0,152,234); }

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