Html Css Color HEX #0961FF Dodger Blue

📋 copy color: '#0961FF'

red 9 ◦ green 97 ◦ blue 255

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

Shades of Dodger Blue #0961FF

Tints of Dodger Blue #0961FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 255 (100% from 255) = 70.64%

R = 2.49%
G = 26.87%
B = 70.64%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0961FF (or 0x0961FF) is known color: Dodger Blue. HEX triplet: 09, 61 and FF. RGB value is (9,97,255). Sum of RGB (Red+Green+Blue) = 9+97+255=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0961FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0961FF is #F69E00. Grayscale: #575757. Windows color (decimal): -16162305 or 16736521. OLE color: 16736521.

HSL color Cylindrical-coordinate representation of color #0961FF: hue angle of 218.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0961FF is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 97 255 -
CMYK 0.96 0.62 0 0
HSL 218.54º 1% 0.52% -
HSV(B) 218.54º 0.96% 1% -
XYZ 22.44 15.83 96.48 -
YUV 88.7 221.85 71.15 -
System Red Green Blue C M Y K H S L
Decimal 9 97 255 0.96 0.62 0 0 218.54 1 0.52
Hex 9 61 FF 60 3E 0 0 DB 64 34
Octal 11 141 377 140 76 0 0 333 144 64
Binary 1001 1100001 11111111 1100000 111110 0 0 11011011 1100100 110100

Color Harmonies of #0961FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961FF

Black with #0961FF

Text Example


Text Example

White with #0961FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0961FF; }

 p { color: rgb(9,97,255); }

 H1.HeaderClassName
 {
   color: #0961FF;
 }
 .AnyTagClassName
 {
   color: #0961FF;
 }
</style>

background-color css

<style>
 a { background-color: #0961FF; }

 a { background-color: rgb(9,97,255); }

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

border-color css

<style>
 span { border-color: #0961FF; }

 span { border-color: rgb(9,97,255); }

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