Html Css Color HEX #0968FB Dodger Blue

📋 copy color: '#0968FB'

red 9 ◦ green 104 ◦ blue 251

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

Shades of Dodger Blue #0968FB

Tints of Dodger Blue #0968FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 2.47%
G = 28.57%
B = 68.96%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0968FB (or 0x0968FB) is known color: Dodger Blue. HEX triplet: 09, 68 and FB. RGB value is (9,104,251). Sum of RGB (Red+Green+Blue) = 9+104+251=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #0968FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0968FB is #F69704. Grayscale: #5B5B5B. Windows color (decimal): -16160517 or 16476169. OLE color: 16476169.

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

Color convert

RGB 9 104 251 -
CMYK 0.96 0.59 0 0.02
HSL 216.45º 0.97% 0.51% -
HSV(B) 216.45º 0.96% 0.98% -
XYZ 22.48 16.92 93.35 -
YUV 92.35 217.53 68.55 -
System Red Green Blue C M Y K H S L
Decimal 9 104 251 0.96 0.59 0 0.02 216.45 0.97 0.51
Hex 9 68 FB 60 3B 0 2 D8 61 33
Octal 11 150 373 140 73 0 2 330 141 63
Binary 1001 1101000 11111011 1100000 111011 0 10 11011000 1100001 110011

Color Harmonies of #0968FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968FB

Black with #0968FB

Text Example


Text Example

White with #0968FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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