Html Css Color HEX #0968FC Dodger Blue

📋 copy color: '#0968FC'

red 9 ◦ green 104 ◦ blue 252

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

Shades of Dodger Blue #0968FC

Tints of Dodger Blue #0968FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

 BLUE value IS 252 (98.83% from 255) = 69.04%

R = 2.47%
G = 28.49%
B = 69.04%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0968FC (or 0x0968FC) is known color: Dodger Blue. HEX triplet: 09, 68 and FC. RGB value is (9,104,252). Sum of RGB (Red+Green+Blue) = 9+104+252=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #0968FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0968FC is #F69703. Grayscale: #5B5B5B. Windows color (decimal): -16160516 or 16541705. OLE color: 16541705.

HSL color Cylindrical-coordinate representation of color #0968FC: hue angle of 216.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0968FC is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 104 252 -
CMYK 0.96 0.59 0 0.01
HSL 216.54º 0.98% 0.51% -
HSV(B) 216.54º 0.96% 0.99% -
XYZ 22.63 16.99 94.18 -
YUV 92.47 218.03 68.47 -
System Red Green Blue C M Y K H S L
Decimal 9 104 252 0.96 0.59 0 0.01 216.54 0.98 0.51
Hex 9 68 FC 60 3B 0 1 D9 62 33
Octal 11 150 374 140 73 0 1 331 142 63
Binary 1001 1101000 11111100 1100000 111011 0 1 11011001 1100010 110011

Color Harmonies of #0968FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968FC

Black with #0968FC

Text Example


Text Example

White with #0968FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0968FC; }

 p { color: rgb(9,104,252); }

 H1.HeaderClassName
 {
   color: #0968FC;
 }
 .AnyTagClassName
 {
   color: #0968FC;
 }
</style>

background-color css

<style>
 a { background-color: #0968FC; }

 a { background-color: rgb(9,104,252); }

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

border-color css

<style>
 span { border-color: #0968FC; }

 span { border-color: rgb(9,104,252); }

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