Html Css Color HEX #0682FD Dodger Blue

📋 copy color: '#0682FD'

red 6 ◦ green 130 ◦ blue 253

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

Shades of Dodger Blue #0682FD

Tints of Dodger Blue #0682FD

RGB

 RED value IS 6 (2.73% from 255) = 1.54%

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 1.54%
G = 33.42%
B = 65.04%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0682FD (or 0x0682FD) is known color: Dodger Blue. HEX triplet: 06, 82 and FD. RGB value is (6,130,253). Sum of RGB (Red+Green+Blue) = 6+130+253=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #0682FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0682FD is #F97D02. Grayscale: #6A6A6A. Windows color (decimal): -16350467 or 16613894. OLE color: 16613894.

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

Color convert

RGB 6 130 253 -
CMYK 0.98 0.49 0 0.01
HSL 209.88º 0.98% 0.51% -
HSV(B) 209.88º 0.98% 0.99% -
XYZ 25.79 23.1 96.03 -
YUV 106.95 210.42 56 -
System Red Green Blue C M Y K H S L
Decimal 6 130 253 0.98 0.49 0 0.01 209.88 0.98 0.51
Hex 6 82 FD 62 31 0 1 D2 62 33
Octal 6 202 375 142 61 0 1 322 142 63
Binary 110 10000010 11111101 1100010 110001 0 1 11010010 1100010 110011

Color Harmonies of #0682FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682FD

Black with #0682FD

Text Example


Text Example

White with #0682FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,130,253); }

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

background-color css

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

 a { background-color: rgb(6,130,253); }

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

border-color css

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

 span { border-color: rgb(6,130,253); }

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