Html Css Color HEX #099BFF Dodger Blue

📋 copy color: '#099BFF'

red 9 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #099BFF

Tints of Dodger Blue #099BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 2.15%
G = 36.99%
B = 60.86%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#099BFF (or 0x099BFF) is known color: Dodger Blue. HEX triplet: 09, 9B and FF. RGB value is (9,155,255). Sum of RGB (Red+Green+Blue) = 9+155+255=419 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #099BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BFF is #F66400. Grayscale: #7A7A7A. Windows color (decimal): -16147457 or 16751369. OLE color: 16751369.

HSL color Cylindrical-coordinate representation of color #099BFF: hue angle of 204.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BFF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 155 255 -
CMYK 0.96 0.39 0 0
HSL 204.39º 1% 0.52% -
HSV(B) 204.39º 0.96% 1% -
XYZ 29.88 30.72 98.96 -
YUV 122.75 202.63 46.87 -
System Red Green Blue C M Y K H S L
Decimal 9 155 255 0.96 0.39 0 0 204.39 1 0.52
Hex 9 9B FF 60 27 0 0 CC 64 34
Octal 11 233 377 140 47 0 0 314 144 64
Binary 1001 10011011 11111111 1100000 100111 0 0 11001100 1100100 110100

Color Harmonies of #099BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BFF

Black with #099BFF

Text Example


Text Example

White with #099BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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