Html Css Color HEX #098FEA Dodger Blue

📋 copy color: '#098FEA'

red 9 ◦ green 143 ◦ blue 234

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

Shades of Dodger Blue #098FEA

Tints of Dodger Blue #098FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.05%

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

R = 2.33%
G = 37.05%
B = 60.62%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#098FEA (or 0x098FEA) is known color: Dodger Blue. HEX triplet: 09, 8F and EA. RGB value is (9,143,234). Sum of RGB (Red+Green+Blue) = 9+143+234=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 143 (56.25% from 255 or 37.05% 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 #098FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098FEA is #F67015. Grayscale: #707070. Windows color (decimal): -16150550 or 15372041. OLE color: 15372041.

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

Color convert

RGB 9 143 234 -
CMYK 0.96 0.39 0 0.08
HSL 204.27º 0.93% 0.48% -
HSV(B) 204.27º 0.96% 0.92% -
XYZ 24.79 25.64 81.49 -
YUV 113.31 196.11 53.6 -
System Red Green Blue C M Y K H S L
Decimal 9 143 234 0.96 0.39 0 0.08 204.27 0.93 0.48
Hex 9 8F EA 60 27 0 8 CC 5D 30
Octal 11 217 352 140 47 0 10 314 135 60
Binary 1001 10001111 11101010 1100000 100111 0 1000 11001100 1011101 110000

Color Harmonies of #098FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FEA

Black with #098FEA

Text Example


Text Example

White with #098FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,143,234); }

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

background-color css

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

 a { background-color: rgb(9,143,234); }

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

border-color css

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

 span { border-color: rgb(9,143,234); }

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