Html Css Color HEX #0963FF Dodger Blue

📋 copy color: '#0963FF'

red 9 ◦ green 99 ◦ blue 255

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

Shades of Dodger Blue #0963FF

Tints of Dodger Blue #0963FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 2.48%
G = 27.27%
B = 70.25%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0963FF (or 0x0963FF) is known color: Dodger Blue. HEX triplet: 09, 63 and FF. RGB value is (9,99,255). Sum of RGB (Red+Green+Blue) = 9+99+255=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #0963FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0963FF is #F69C00. Grayscale: #595959. Windows color (decimal): -16161793 or 16737033. OLE color: 16737033.

HSL color Cylindrical-coordinate representation of color #0963FF: hue angle of 218.05º 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 #0963FF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 99 255 -
CMYK 0.96 0.61 0 0
HSL 218.05º 1% 0.52% -
HSV(B) 218.05º 0.96% 1% -
XYZ 22.62 16.2 96.54 -
YUV 89.87 221.18 70.32 -
System Red Green Blue C M Y K H S L
Decimal 9 99 255 0.96 0.61 0 0 218.05 1 0.52
Hex 9 63 FF 60 3D 0 0 DA 64 34
Octal 11 143 377 140 75 0 0 332 144 64
Binary 1001 1100011 11111111 1100000 111101 0 0 11011010 1100100 110100

Color Harmonies of #0963FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0963FF

Black with #0963FF

Text Example


Text Example

White with #0963FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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