Html Css Color HEX #0683FC Dodger Blue

📋 copy color: '#0683FC'

red 6 ◦ green 131 ◦ blue 252

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

Shades of Dodger Blue #0683FC

Tints of Dodger Blue #0683FC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 1.54%
G = 33.68%
B = 64.78%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0683FC (or 0x0683FC) is known color: Dodger Blue. HEX triplet: 06, 83 and FC. RGB value is (6,131,252). Sum of RGB (Red+Green+Blue) = 6+131+252=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #0683FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0683FC is #F97C03. Grayscale: #6A6A6A. Windows color (decimal): -16350212 or 16548614. OLE color: 16548614.

HSL color Cylindrical-coordinate representation of color #0683FC: hue angle of 209.51º 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 #0683FC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 131 252 -
CMYK 0.98 0.48 0 0.01
HSL 209.51º 0.98% 0.51% -
HSV(B) 209.51º 0.98% 0.99% -
XYZ 25.76 23.3 95.23 -
YUV 107.42 209.59 55.66 -
System Red Green Blue C M Y K H S L
Decimal 6 131 252 0.98 0.48 0 0.01 209.51 0.98 0.51
Hex 6 83 FC 62 30 0 1 D2 62 33
Octal 6 203 374 142 60 0 1 322 142 63
Binary 110 10000011 11111100 1100010 110000 0 1 11010010 1100010 110011

Color Harmonies of #0683FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0683FC

Black with #0683FC

Text Example


Text Example

White with #0683FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0683FC; }

 p { color: rgb(6,131,252); }

 H1.HeaderClassName
 {
   color: #0683FC;
 }
 .AnyTagClassName
 {
   color: #0683FC;
 }
</style>

background-color css

<style>
 a { background-color: #0683FC; }

 a { background-color: rgb(6,131,252); }

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

border-color css

<style>
 span { border-color: #0683FC; }

 span { border-color: rgb(6,131,252); }

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