Html Css Color HEX #0995F6 Dodger Blue

📋 copy color: '#0995F6'

red 9 ◦ green 149 ◦ blue 246

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

Shades of Dodger Blue #0995F6

Tints of Dodger Blue #0995F6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 246 (96.48% from 255) = 60.89%

R = 2.23%
G = 36.88%
B = 60.89%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0995F6 (or 0x0995F6) is known color: Dodger Blue. HEX triplet: 09, 95 and F6. RGB value is (9,149,246). Sum of RGB (Red+Green+Blue) = 9+149+246=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #0995F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0995F6 is #F66A09. Grayscale: #757575. Windows color (decimal): -16149002 or 16160009. OLE color: 16160009.

HSL color Cylindrical-coordinate representation of color #0995F6: hue angle of 204.56º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0995F6 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 149 246 -
CMYK 0.96 0.39 0 0.04
HSL 204.56º 0.93% 0.5% -
HSV(B) 204.56º 0.96% 0.96% -
XYZ 27.49 28.21 91.18 -
YUV 118.2 200.12 50.11 -
System Red Green Blue C M Y K H S L
Decimal 9 149 246 0.96 0.39 0 0.04 204.56 0.93 0.5
Hex 9 95 F6 60 27 0 4 CD 5D 32
Octal 11 225 366 140 47 0 4 315 135 62
Binary 1001 10010101 11110110 1100000 100111 0 100 11001101 1011101 110010

Color Harmonies of #0995F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995F6

Black with #0995F6

Text Example


Text Example

White with #0995F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0995F6; }

 p { color: rgb(9,149,246); }

 H1.HeaderClassName
 {
   color: #0995F6;
 }
 .AnyTagClassName
 {
   color: #0995F6;
 }
</style>

background-color css

<style>
 a { background-color: #0995F6; }

 a { background-color: rgb(9,149,246); }

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

border-color css

<style>
 span { border-color: #0995F6; }

 span { border-color: rgb(9,149,246); }

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