Html Css Color HEX #099BEE Dodger Blue

📋 copy color: '#099BEE'

red 9 ◦ green 155 ◦ blue 238

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

Shades of Dodger Blue #099BEE

Tints of Dodger Blue #099BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.56%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 2.24%
G = 38.56%
B = 59.2%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#099BEE (or 0x099BEE) is known color: Dodger Blue. HEX triplet: 09, 9B and EE. RGB value is (9,155,238). Sum of RGB (Red+Green+Blue) = 9+155+238=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #099BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BEE is #F66411. Grayscale: #787878. Windows color (decimal): -16147474 or 15637257. OLE color: 15637257.

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

Color convert

RGB 9 155 238 -
CMYK 0.96 0.35 0 0.07
HSL 201.75º 0.93% 0.48% -
HSV(B) 201.75º 0.96% 0.93% -
XYZ 27.27 29.67 85.18 -
YUV 120.81 194.13 48.25 -
System Red Green Blue C M Y K H S L
Decimal 9 155 238 0.96 0.35 0 0.07 201.75 0.93 0.48
Hex 9 9B EE 60 23 0 7 CA 5D 30
Octal 11 233 356 140 43 0 7 312 135 60
Binary 1001 10011011 11101110 1100000 100011 0 111 11001010 1011101 110000

Color Harmonies of #099BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BEE

Black with #099BEE

Text Example


Text Example

White with #099BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,155,238); }

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

background-color css

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

 a { background-color: rgb(9,155,238); }

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

border-color css

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

 span { border-color: rgb(9,155,238); }

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