Html Css Color HEX #0868FD Dodger Blue

📋 copy color: '#0868FD'

red 8 ◦ green 104 ◦ blue 253

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

Shades of Dodger Blue #0868FD

Tints of Dodger Blue #0868FD

RGB

 RED value IS 8 (3.52% from 255) = 2.19%

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

 BLUE value IS 253 (99.22% from 255) = 69.32%

R = 2.19%
G = 28.49%
B = 69.32%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0868FD (or 0x0868FD) is known color: Dodger Blue. HEX triplet: 08, 68 and FD. RGB value is (8,104,253). Sum of RGB (Red+Green+Blue) = 8+104+253=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #0868FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0868FD is #F79702. Grayscale: #5B5B5B. Windows color (decimal): -16226051 or 16607240. OLE color: 16607240.

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

Color convert

RGB 8 104 253 -
CMYK 0.97 0.59 0 0.01
HSL 216.49º 0.98% 0.51% -
HSV(B) 216.49º 0.97% 0.99% -
XYZ 22.78 17.04 95.02 -
YUV 92.28 218.7 67.88 -
System Red Green Blue C M Y K H S L
Decimal 8 104 253 0.97 0.59 0 0.01 216.49 0.98 0.51
Hex 8 68 FD 61 3B 0 1 D8 62 33
Octal 10 150 375 141 73 0 1 330 142 63
Binary 1000 1101000 11111101 1100001 111011 0 1 11011000 1100010 110011

Color Harmonies of #0868FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0868FD

Black with #0868FD

Text Example


Text Example

White with #0868FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0868FD; }

 p { color: rgb(8,104,253); }

 H1.HeaderClassName
 {
   color: #0868FD;
 }
 .AnyTagClassName
 {
   color: #0868FD;
 }
</style>

background-color css

<style>
 a { background-color: #0868FD; }

 a { background-color: rgb(8,104,253); }

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

border-color css

<style>
 span { border-color: #0868FD; }

 span { border-color: rgb(8,104,253); }

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