Html Css Color HEX #0975FB Dodger Blue

📋 copy color: '#0975FB'

red 9 ◦ green 117 ◦ blue 251

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

Shades of Dodger Blue #0975FB

Tints of Dodger Blue #0975FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 2.39%
G = 31.03%
B = 66.58%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0975FB (or 0x0975FB) is known color: Dodger Blue. HEX triplet: 09, 75 and FB. RGB value is (9,117,251). Sum of RGB (Red+Green+Blue) = 9+117+251=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #0975FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0975FB is #F68A04. Grayscale: #636363. Windows color (decimal): -16157189 or 16479497. OLE color: 16479497.

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

Color convert

RGB 9 117 251 -
CMYK 0.96 0.53 0 0.02
HSL 213.22º 0.97% 0.51% -
HSV(B) 213.22º 0.96% 0.98% -
XYZ 23.89 19.75 93.82 -
YUV 99.98 213.22 63.1 -
System Red Green Blue C M Y K H S L
Decimal 9 117 251 0.96 0.53 0 0.02 213.22 0.97 0.51
Hex 9 75 FB 60 35 0 2 D5 61 33
Octal 11 165 373 140 65 0 2 325 141 63
Binary 1001 1110101 11111011 1100000 110101 0 10 11010101 1100001 110011

Color Harmonies of #0975FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0975FB

Black with #0975FB

Text Example


Text Example

White with #0975FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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