Html Css Color HEX #099BFD Dodger Blue

📋 copy color: '#099BFD'

red 9 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #099BFD

Tints of Dodger Blue #099BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.67%

R = 2.16%
G = 37.17%
B = 60.67%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#099BFD (or 0x099BFD) is known color: Dodger Blue. HEX triplet: 09, 9B and FD. RGB value is (9,155,253). Sum of RGB (Red+Green+Blue) = 9+155+253=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #099BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BFD is #F66402. Grayscale: #797979. Windows color (decimal): -16147459 or 16620297. OLE color: 16620297.

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

Color convert

RGB 9 155 253 -
CMYK 0.96 0.39 0 0.01
HSL 204.1º 0.98% 0.51% -
HSV(B) 204.1º 0.96% 0.99% -
XYZ 29.56 30.59 97.28 -
YUV 122.52 201.63 47.03 -
System Red Green Blue C M Y K H S L
Decimal 9 155 253 0.96 0.39 0 0.01 204.1 0.98 0.51
Hex 9 9B FD 60 27 0 1 CC 62 33
Octal 11 233 375 140 47 0 1 314 142 63
Binary 1001 10011011 11111101 1100000 100111 0 1 11001100 1100010 110011

Color Harmonies of #099BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BFD

Black with #099BFD

Text Example


Text Example

White with #099BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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