Html Css Color HEX #0967FB Dodger Blue

📋 copy color: '#0967FB'

red 9 ◦ green 103 ◦ blue 251

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

Shades of Dodger Blue #0967FB

Tints of Dodger Blue #0967FB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 2.48%
G = 28.37%
B = 69.15%

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

#0967FB (or 0x0967FB) is known color: Dodger Blue. HEX triplet: 09, 67 and FB. RGB value is (9,103,251). Sum of RGB (Red+Green+Blue) = 9+103+251=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #0967FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0967FB is #F69804. Grayscale: #5B5B5B. Windows color (decimal): -16160773 or 16475913. OLE color: 16475913.

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

Color convert

RGB 9 103 251 -
CMYK 0.96 0.59 0 0.02
HSL 216.69º 0.97% 0.51% -
HSV(B) 216.69º 0.96% 0.98% -
XYZ 22.38 16.72 93.32 -
YUV 91.77 217.86 68.97 -
System Red Green Blue C M Y K H S L
Decimal 9 103 251 0.96 0.59 0 0.02 216.69 0.97 0.51
Hex 9 67 FB 60 3B 0 2 D9 61 33
Octal 11 147 373 140 73 0 2 331 141 63
Binary 1001 1100111 11111011 1100000 111011 0 10 11011001 1100001 110011

Color Harmonies of #0967FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0967FB

Black with #0967FB

Text Example


Text Example

White with #0967FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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