Html Css Color HEX #0965FF Dodger Blue

📋 copy color: '#0965FF'

red 9 ◦ green 101 ◦ blue 255

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

Shades of Dodger Blue #0965FF

Tints of Dodger Blue #0965FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

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

R = 2.47%
G = 27.67%
B = 69.86%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0965FF (or 0x0965FF) is known color: Dodger Blue. HEX triplet: 09, 65 and FF. RGB value is (9,101,255). Sum of RGB (Red+Green+Blue) = 9+101+255=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #0965FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965FF is #F69A00. Grayscale: #5A5A5A. Windows color (decimal): -16161281 or 16737545. OLE color: 16737545.

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

Color convert

RGB 9 101 255 -
CMYK 0.96 0.60 0 0
HSL 217.56º 1% 0.52% -
HSV(B) 217.56º 0.96% 1% -
XYZ 22.82 16.59 96.61 -
YUV 91.05 220.52 69.48 -
System Red Green Blue C M Y K H S L
Decimal 9 101 255 0.96 0.60 0 0 217.56 1 0.52
Hex 9 65 FF 60 3C 0 0 DA 64 34
Octal 11 145 377 140 74 0 0 332 144 64
Binary 1001 1100101 11111111 1100000 111100 0 0 11011010 1100100 110100

Color Harmonies of #0965FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0965FF

Black with #0965FF

Text Example


Text Example

White with #0965FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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