Html Css Color HEX #0689FC Dodger Blue

📋 copy color: '#0689FC'

red 6 ◦ green 137 ◦ blue 252

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

Shades of Dodger Blue #0689FC

Tints of Dodger Blue #0689FC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 1.52%
G = 34.68%
B = 63.8%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0689FC (or 0x0689FC) is known color: Dodger Blue. HEX triplet: 06, 89 and FC. RGB value is (6,137,252). Sum of RGB (Red+Green+Blue) = 6+137+252=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #0689FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0689FC is #F97603. Grayscale: #6E6E6E. Windows color (decimal): -16348676 or 16550150. OLE color: 16550150.

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

Color convert

RGB 6 137 252 -
CMYK 0.98 0.46 0 0.01
HSL 208.05º 0.98% 0.51% -
HSV(B) 208.05º 0.98% 0.99% -
XYZ 26.59 24.96 95.51 -
YUV 110.94 207.6 53.15 -
System Red Green Blue C M Y K H S L
Decimal 6 137 252 0.98 0.46 0 0.01 208.05 0.98 0.51
Hex 6 89 FC 62 2E 0 1 D0 62 33
Octal 6 211 374 142 56 0 1 320 142 63
Binary 110 10001001 11111100 1100010 101110 0 1 11010000 1100010 110011

Color Harmonies of #0689FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0689FC

Black with #0689FC

Text Example


Text Example

White with #0689FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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