Html Css Color HEX #098CEC Dodger Blue

📋 copy color: '#098CEC'

red 9 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #098CEC

Tints of Dodger Blue #098CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 2.34%
G = 36.36%
B = 61.3%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#098CEC (or 0x098CEC) is known color: Dodger Blue. HEX triplet: 09, 8C and EC. RGB value is (9,140,236). Sum of RGB (Red+Green+Blue) = 9+140+236=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #098CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CEC is #F67313. Grayscale: #6F6F6F. Windows color (decimal): -16151316 or 15502345. OLE color: 15502345.

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

Color convert

RGB 9 140 236 -
CMYK 0.96 0.41 0 0.07
HSL 205.37º 0.93% 0.48% -
HSV(B) 205.37º 0.96% 0.93% -
XYZ 24.63 24.87 82.86 -
YUV 111.78 198.1 54.69 -
System Red Green Blue C M Y K H S L
Decimal 9 140 236 0.96 0.41 0 0.07 205.37 0.93 0.48
Hex 9 8C EC 60 29 0 7 CD 5D 30
Octal 11 214 354 140 51 0 7 315 135 60
Binary 1001 10001100 11101100 1100000 101001 0 111 11001101 1011101 110000

Color Harmonies of #098CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CEC

Black with #098CEC

Text Example


Text Example

White with #098CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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