Html Css Color HEX #0995FB Dodger Blue

📋 copy color: '#0995FB'

red 9 ◦ green 149 ◦ blue 251

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

Shades of Dodger Blue #0995FB

Tints of Dodger Blue #0995FB

RGB

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

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

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

R = 2.2%
G = 36.43%
B = 61.37%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0995FB (or 0x0995FB) is known color: Dodger Blue. HEX triplet: 09, 95 and FB. RGB value is (9,149,251). Sum of RGB (Red+Green+Blue) = 9+149+251=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #0995FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0995FB is #F66A04. Grayscale: #767676. Windows color (decimal): -16148997 or 16487689. OLE color: 16487689.

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

Color convert

RGB 9 149 251 -
CMYK 0.96 0.41 0 0.02
HSL 205.29º 0.97% 0.51% -
HSV(B) 205.29º 0.96% 0.98% -
XYZ 28.27 28.52 95.28 -
YUV 118.77 202.62 49.71 -
System Red Green Blue C M Y K H S L
Decimal 9 149 251 0.96 0.41 0 0.02 205.29 0.97 0.51
Hex 9 95 FB 60 29 0 2 CD 61 33
Octal 11 225 373 140 51 0 2 315 141 63
Binary 1001 10010101 11111011 1100000 101001 0 10 11001101 1100001 110011

Color Harmonies of #0995FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995FB

Black with #0995FB

Text Example


Text Example

White with #0995FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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