Html Css Color HEX #0969FB Dodger Blue

📋 copy color: '#0969FB'

red 9 ◦ green 105 ◦ blue 251

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

Shades of Dodger Blue #0969FB

Tints of Dodger Blue #0969FB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 2.47%
G = 28.77%
B = 68.77%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0969FB (or 0x0969FB) is known color: Dodger Blue. HEX triplet: 09, 69 and FB. RGB value is (9,105,251). Sum of RGB (Red+Green+Blue) = 9+105+251=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #0969FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0969FB is #F69604. Grayscale: #5C5C5C. Windows color (decimal): -16160261 or 16476425. OLE color: 16476425.

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

Color convert

RGB 9 105 251 -
CMYK 0.96 0.58 0 0.02
HSL 216.2º 0.97% 0.51% -
HSV(B) 216.2º 0.96% 0.98% -
XYZ 22.58 17.13 93.38 -
YUV 92.94 217.2 68.13 -
System Red Green Blue C M Y K H S L
Decimal 9 105 251 0.96 0.58 0 0.02 216.2 0.97 0.51
Hex 9 69 FB 60 3A 0 2 D8 61 33
Octal 11 151 373 140 72 0 2 330 141 63
Binary 1001 1101001 11111011 1100000 111010 0 10 11011000 1100001 110011

Color Harmonies of #0969FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0969FB

Black with #0969FB

Text Example


Text Example

White with #0969FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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