Html Css Color HEX #098CFB Dodger Blue

📋 copy color: '#098CFB'

red 9 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #098CFB

Tints of Dodger Blue #098CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 2.25%
G = 35%
B = 62.75%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#098CFB (or 0x098CFB) is known color: Dodger Blue. HEX triplet: 09, 8C and FB. RGB value is (9,140,251). Sum of RGB (Red+Green+Blue) = 9+140+251=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #098CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CFB is #F67304. Grayscale: #707070. Windows color (decimal): -16151301 or 16485385. OLE color: 16485385.

HSL color Cylindrical-coordinate representation of color #098CFB: hue angle of 207.52º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CFB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 140 251 -
CMYK 0.96 0.44 0 0.02
HSL 207.52º 0.97% 0.51% -
HSV(B) 207.52º 0.96% 0.98% -
XYZ 26.9 25.78 94.82 -
YUV 113.49 205.6 53.47 -
System Red Green Blue C M Y K H S L
Decimal 9 140 251 0.96 0.44 0 0.02 207.52 0.97 0.51
Hex 9 8C FB 60 2C 0 2 D0 61 33
Octal 11 214 373 140 54 0 2 320 141 63
Binary 1001 10001100 11111011 1100000 101100 0 10 11010000 1100001 110011

Color Harmonies of #098CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CFB

Black with #098CFB

Text Example


Text Example

White with #098CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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