Html Css Color HEX #0682FB Dodger Blue

📋 copy color: '#0682FB'

red 6 ◦ green 130 ◦ blue 251

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

Shades of Dodger Blue #0682FB

Tints of Dodger Blue #0682FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.86%

R = 1.55%
G = 33.59%
B = 64.86%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0682FB (or 0x0682FB) is known color: Dodger Blue. HEX triplet: 06, 82 and FB. RGB value is (6,130,251). Sum of RGB (Red+Green+Blue) = 6+130+251=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #0682FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0682FB is #F97D04. Grayscale: #6A6A6A. Windows color (decimal): -16350469 or 16482822. OLE color: 16482822.

HSL color Cylindrical-coordinate representation of color #0682FB: hue angle of 209.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0682FB is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 130 251 -
CMYK 0.98 0.48 0 0.02
HSL 209.63º 0.97% 0.5% -
HSV(B) 209.63º 0.98% 0.98% -
XYZ 25.47 22.97 94.36 -
YUV 106.72 209.42 56.16 -
System Red Green Blue C M Y K H S L
Decimal 6 130 251 0.98 0.48 0 0.02 209.63 0.97 0.5
Hex 6 82 FB 62 30 0 2 D2 61 32
Octal 6 202 373 142 60 0 2 322 141 62
Binary 110 10000010 11111011 1100010 110000 0 10 11010010 1100001 110010

Color Harmonies of #0682FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682FB

Black with #0682FB

Text Example


Text Example

White with #0682FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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