Html Css Color HEX #0864FD Dodger Blue

📋 copy color: '#0864FD'

red 8 ◦ green 100 ◦ blue 253

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

Shades of Dodger Blue #0864FD

Tints of Dodger Blue #0864FD

RGB

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

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

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

R = 2.22%
G = 27.7%
B = 70.08%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0864FD (or 0x0864FD) is known color: Dodger Blue. HEX triplet: 08, 64 and FD. RGB value is (8,100,253). Sum of RGB (Red+Green+Blue) = 8+100+253=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #0864FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0864FD is #F79B02. Grayscale: #595959. Windows color (decimal): -16227075 or 16606216. OLE color: 16606216.

HSL color Cylindrical-coordinate representation of color #0864FD: hue angle of 217.47º 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 #0864FD is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 100 253 -
CMYK 0.97 0.60 0 0.01
HSL 217.47º 0.98% 0.51% -
HSV(B) 217.47º 0.97% 0.99% -
XYZ 22.39 16.26 94.89 -
YUV 89.93 220.02 69.56 -
System Red Green Blue C M Y K H S L
Decimal 8 100 253 0.97 0.60 0 0.01 217.47 0.98 0.51
Hex 8 64 FD 61 3C 0 1 D9 62 33
Octal 10 144 375 141 74 0 1 331 142 63
Binary 1000 1100100 11111101 1100001 111100 0 1 11011001 1100010 110011

Color Harmonies of #0864FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0864FD

Black with #0864FD

Text Example


Text Example

White with #0864FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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