Html Css Color HEX #0966FD Dodger Blue

📋 copy color: '#0966FD'

red 9 ◦ green 102 ◦ blue 253

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

Shades of Dodger Blue #0966FD

Tints of Dodger Blue #0966FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 2.47%
G = 28.02%
B = 69.51%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0966FD (or 0x0966FD) is known color: Dodger Blue. HEX triplet: 09, 66 and FD. RGB value is (9,102,253). Sum of RGB (Red+Green+Blue) = 9+102+253=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #0966FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0966FD is #F69902. Grayscale: #5A5A5A. Windows color (decimal): -16161027 or 16606729. OLE color: 16606729.

HSL color Cylindrical-coordinate representation of color #0966FD: hue angle of 217.13º 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 #0966FD is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 102 253 -
CMYK 0.96 0.60 0 0.01
HSL 217.13º 0.98% 0.51% -
HSV(B) 217.13º 0.96% 0.99% -
XYZ 22.59 16.65 94.95 -
YUV 91.41 219.19 69.22 -
System Red Green Blue C M Y K H S L
Decimal 9 102 253 0.96 0.60 0 0.01 217.13 0.98 0.51
Hex 9 66 FD 60 3C 0 1 D9 62 33
Octal 11 146 375 140 74 0 1 331 142 63
Binary 1001 1100110 11111101 1100000 111100 0 1 11011001 1100010 110011

Color Harmonies of #0966FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966FD

Black with #0966FD

Text Example


Text Example

White with #0966FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0966FD; }

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

 H1.HeaderClassName
 {
   color: #0966FD;
 }
 .AnyTagClassName
 {
   color: #0966FD;
 }
</style>

background-color css

<style>
 a { background-color: #0966FD; }

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

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

border-color css

<style>
 span { border-color: #0966FD; }

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

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