Html Css Color HEX #0965FE Dodger Blue

📋 copy color: '#0965FE'

red 9 ◦ green 101 ◦ blue 254

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

Shades of Dodger Blue #0965FE

Tints of Dodger Blue #0965FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 2.47%
G = 27.75%
B = 69.78%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0965FE (or 0x0965FE) is known color: Dodger Blue. HEX triplet: 09, 65 and FE. RGB value is (9,101,254). Sum of RGB (Red+Green+Blue) = 9+101+254=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #0965FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965FE is #F69A01. Grayscale: #5A5A5A. Windows color (decimal): -16161282 or 16672009. OLE color: 16672009.

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

Color convert

RGB 9 101 254 -
CMYK 0.96 0.60 0 0.00
HSL 217.47º 0.99% 0.52% -
HSV(B) 217.47º 0.96% 1% -
XYZ 22.66 16.52 95.76 -
YUV 90.93 220.02 69.56 -
System Red Green Blue C M Y K H S L
Decimal 9 101 254 0.96 0.60 0 0.00 217.47 0.99 0.52
Hex 9 65 FE 60 3C 0 0 D9 63 34
Octal 11 145 376 140 74 0 0 331 143 64
Binary 1001 1100101 11111110 1100000 111100 0 0 11011001 1100011 110100

Color Harmonies of #0965FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0965FE

Black with #0965FE

Text Example


Text Example

White with #0965FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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