Html Css Color HEX #0865FD Dodger Blue

📋 copy color: '#0865FD'

red 8 ◦ green 101 ◦ blue 253

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

Shades of Dodger Blue #0865FD

Tints of Dodger Blue #0865FD

RGB

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

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

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

R = 2.21%
G = 27.9%
B = 69.89%

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

#0865FD (or 0x0865FD) is known color: Dodger Blue. HEX triplet: 08, 65 and FD. RGB value is (8,101,253). Sum of RGB (Red+Green+Blue) = 8+101+253=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #0865FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0865FD is #F79A02. Grayscale: #595959. Windows color (decimal): -16226819 or 16606472. OLE color: 16606472.

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

Color convert

RGB 8 101 253 -
CMYK 0.97 0.60 0 0.01
HSL 217.22º 0.98% 0.51% -
HSV(B) 217.22º 0.97% 0.99% -
XYZ 22.48 16.45 94.92 -
YUV 90.52 219.69 69.14 -
System Red Green Blue C M Y K H S L
Decimal 8 101 253 0.97 0.60 0 0.01 217.22 0.98 0.51
Hex 8 65 FD 61 3C 0 1 D9 62 33
Octal 10 145 375 141 74 0 1 331 142 63
Binary 1000 1100101 11111101 1100001 111100 0 1 11011001 1100010 110011

Color Harmonies of #0865FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0865FD

Black with #0865FD

Text Example


Text Example

White with #0865FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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