Html Css Color HEX #0964FF Dodger Blue

📋 copy color: '#0964FF'

red 9 ◦ green 100 ◦ blue 255

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

Shades of Dodger Blue #0964FF

Tints of Dodger Blue #0964FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 2.47%
G = 27.47%
B = 70.05%

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

#0964FF (or 0x0964FF) is known color: Dodger Blue. HEX triplet: 09, 64 and FF. RGB value is (9,100,255). Sum of RGB (Red+Green+Blue) = 9+100+255=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #0964FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0964FF is #F69B00. Grayscale: #595959. Windows color (decimal): -16161537 or 16737289. OLE color: 16737289.

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

Color convert

RGB 9 100 255 -
CMYK 0.96 0.61 0 0
HSL 217.8º 1% 0.52% -
HSV(B) 217.8º 0.96% 1% -
XYZ 22.72 16.39 96.57 -
YUV 90.46 220.85 69.9 -
System Red Green Blue C M Y K H S L
Decimal 9 100 255 0.96 0.61 0 0 217.8 1 0.52
Hex 9 64 FF 60 3D 0 0 DA 64 34
Octal 11 144 377 140 75 0 0 332 144 64
Binary 1001 1100100 11111111 1100000 111101 0 0 11011010 1100100 110100

Color Harmonies of #0964FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964FF

Black with #0964FF

Text Example


Text Example

White with #0964FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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