Html Css Color HEX #0682FE Dodger Blue

📋 copy color: '#0682FE'

red 6 ◦ green 130 ◦ blue 254

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

Shades of Dodger Blue #0682FE

Tints of Dodger Blue #0682FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.13%

R = 1.54%
G = 33.33%
B = 65.13%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0682FE (or 0x0682FE) is known color: Dodger Blue. HEX triplet: 06, 82 and FE. RGB value is (6,130,254). Sum of RGB (Red+Green+Blue) = 6+130+254=390 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #0682FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0682FE is #F97D01. Grayscale: #6A6A6A. Windows color (decimal): -16350466 or 16679430. OLE color: 16679430.

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

Color convert

RGB 6 130 254 -
CMYK 0.98 0.49 0 0.00
HSL 210º 0.99% 0.51% -
HSV(B) 210º 0.98% 1% -
XYZ 25.95 23.16 96.87 -
YUV 107.06 210.92 55.92 -
System Red Green Blue C M Y K H S L
Decimal 6 130 254 0.98 0.49 0 0.00 210 0.99 0.51
Hex 6 82 FE 62 31 0 0 D2 63 33
Octal 6 202 376 142 61 0 0 322 143 63
Binary 110 10000010 11111110 1100010 110001 0 0 11010010 1100011 110011

Color Harmonies of #0682FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682FE

Black with #0682FE

Text Example


Text Example

White with #0682FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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