Html Css Color HEX #099EFB Dodger Blue

📋 copy color: '#099EFB'

red 9 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #099EFB

Tints of Dodger Blue #099EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

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

R = 2.15%
G = 37.8%
B = 60.05%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#099EFB (or 0x099EFB) is known color: Dodger Blue. HEX triplet: 09, 9E and FB. RGB value is (9,158,251). Sum of RGB (Red+Green+Blue) = 9+158+251=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #099EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EFB is #F66104. Grayscale: #7B7B7B. Windows color (decimal): -16146693 or 16489993. OLE color: 16489993.

HSL color Cylindrical-coordinate representation of color #099EFB: hue angle of 203.06º 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 #099EFB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 158 251 -
CMYK 0.96 0.37 0 0.02
HSL 203.06º 0.97% 0.51% -
HSV(B) 203.06º 0.96% 0.98% -
XYZ 29.75 31.48 95.77 -
YUV 124.05 199.64 45.94 -
System Red Green Blue C M Y K H S L
Decimal 9 158 251 0.96 0.37 0 0.02 203.06 0.97 0.51
Hex 9 9E FB 60 25 0 2 CB 61 33
Octal 11 236 373 140 45 0 2 313 141 63
Binary 1001 10011110 11111011 1100000 100101 0 10 11001011 1100001 110011

Color Harmonies of #099EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EFB

Black with #099EFB

Text Example


Text Example

White with #099EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099EFB; }

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

 H1.HeaderClassName
 {
   color: #099EFB;
 }
 .AnyTagClassName
 {
   color: #099EFB;
 }
</style>

background-color css

<style>
 a { background-color: #099EFB; }

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

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

border-color css

<style>
 span { border-color: #099EFB; }

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

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